public interface ISystemBridge
extends java.io.Serializable
Description: 'Provides access to methods usable in all supported languages.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID848e0e84_e280_4883_ba8c_320864c3d42e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
classify(IClassifyGEN pClassify,
double[] doubleArrayValues,
int[] longArrayFrequencies,
int[] numClasses)
Classifies histogram data (array of values (doubles) and a paired array of frequencies (longs)) into the specified number of classes.
|
static final int IID848e0e84_e280_4883_ba8c_320864c3d42e
static final int xxDummy
static final java.lang.String IID
void classify(IClassifyGEN pClassify, double[] doubleArrayValues, int[] longArrayFrequencies, int[] numClasses) throws java.io.IOException, AutomationException
pClassify
- A reference to a com.esri.arcgis.system.IClassifyGEN (in)doubleArrayValues
- The doubleArrayValues (in)longArrayFrequencies
- The longArrayFrequencies (in)numClasses
- The numClasses (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.