public interface IClassifyGEN
extends java.io.Serializable
Description: 'Provides access to members that control classification.' 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 |
IIDcba26148_cd2c_44ac_bbf5_b228b55a198d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
classify(java.lang.Object doubleArrayValues,
java.lang.Object longArrayFrequencies,
int[] numClasses)
Classifies histogram data (array of values (doubles) and a paired array of frequencies (longs)) into the specified number of classes.
|
java.lang.Object |
getClassBreaks()
The array of class breaks (double).
|
IUID |
getClassID()
The CLSID for the classification object.
|
java.lang.String |
getMethodName()
The name of the classification method (based on choice of classification object).
|
static final int IIDcba26148_cd2c_44ac_bbf5_b228b55a198d
static final int xxDummy
static final java.lang.String IID
void classify(java.lang.Object doubleArrayValues, java.lang.Object longArrayFrequencies, int[] numClasses) throws java.io.IOException, AutomationException
doubleArrayValues
- A Variant (in)longArrayFrequencies
- A Variant (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.java.lang.Object getClassBreaks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMethodName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.