public interface IClassify
extends java.io.Serializable
Description: 'Provides access to members that control the classification methods.' 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 |
IIDd5c7a525_dfb8_11d1_aaad_00c04fa334b3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
classify(int[] numClasses)
Classifies data 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).
|
void |
setHistogramData(java.lang.Object doubleArrayValues,
java.lang.Object longArrayFrequencies)
Adds data in form of a histogram (array of values (doubles) and a paired array of frequencies (longs)) to the classification.
|
static final int IIDd5c7a525_dfb8_11d1_aaad_00c04fa334b3
static final int xxDummy
static final java.lang.String IID
void setHistogramData(java.lang.Object doubleArrayValues, java.lang.Object longArrayFrequencies) throws java.io.IOException, AutomationException
doubleArrayValues
- A Variant (in)longArrayFrequencies
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void classify(int[] numClasses) throws java.io.IOException, AutomationException
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.