com.esri.arcgis.carto
Interface IClassBreaksDef

All Superinterfaces:
IDataClassificationDef, java.io.Serializable
All Known Implementing Classes:
ClassBreaksDef, IClassBreaksDefProxy

public interface IClassBreaksDef
extends IDataClassificationDef, java.io.Serializable

COM Interface 'IClassBreaksDef'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available properties of a ClassBreaksDef object.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID84603a2c_01d3_47ca_8457_4f0557ed5582
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDataClassificationDef
IID3d2d6292_0780_450d_bae3_90ba2e016f11
 
Method Summary
 int getBreakCount()
          Number of breaks.
 java.lang.String getClassificationField()
          Names of the classification field.
 int getClassificationMethod()
          Classification Method.
 java.lang.String getNormalizationField()
          Normalization field.
 int getNormalizationType()
          Normalization Type.
 double getStandardDeviationInterval()
          Standard deviation interval.
 void setBreakCount(int breakCount)
          Number of breaks.
 void setClassificationField(java.lang.String classificationField)
          Names of the classification field.
 void setClassificationMethod(int classifyMethod)
          Classification Method.
 void setNormalizationField(java.lang.String normalizationField)
          Normalization field.
 void setNormalizationType(int normalizationType)
          Normalization Type.
 void setStandardDeviationInterval(double breakCount)
          Standard deviation interval.
 
Methods inherited from interface com.esri.arcgis.carto.IDataClassificationDef
getBaseSymbol, getColorRamp, setBaseSymbolByRef, setColorRampByRef
 

Field Detail

IID84603a2c_01d3_47ca_8457_4f0557ed5582

static final int IID84603a2c_01d3_47ca_8457_4f0557ed5582
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getClassificationField

java.lang.String getClassificationField()
                                        throws java.io.IOException,
                                               AutomationException
Names of the classification field.

Returns:
The classificationField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassificationField

void setClassificationField(java.lang.String classificationField)
                            throws java.io.IOException,
                                   AutomationException
Names of the classification field.

Parameters:
classificationField - The classificationField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBreakCount

int getBreakCount()
                  throws java.io.IOException,
                         AutomationException
Number of breaks.

Returns:
The breakCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBreakCount

void setBreakCount(int breakCount)
                   throws java.io.IOException,
                          AutomationException
Number of breaks.

Parameters:
breakCount - The breakCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassificationMethod

int getClassificationMethod()
                            throws java.io.IOException,
                                   AutomationException
Classification Method.

Returns:
A com.esri.arcgis.carto.esriClassifyMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassificationMethod

void setClassificationMethod(int classifyMethod)
                             throws java.io.IOException,
                                    AutomationException
Classification Method.

Parameters:
classifyMethod - A com.esri.arcgis.carto.esriClassifyMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNormalizationField

java.lang.String getNormalizationField()
                                       throws java.io.IOException,
                                              AutomationException
Normalization field.

Returns:
The normalizationField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNormalizationField

void setNormalizationField(java.lang.String normalizationField)
                           throws java.io.IOException,
                                  AutomationException
Normalization field.

Parameters:
normalizationField - The normalizationField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNormalizationType

int getNormalizationType()
                         throws java.io.IOException,
                                AutomationException
Normalization Type.

Returns:
A com.esri.arcgis.carto.esriDataNormalization constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNormalizationType

void setNormalizationType(int normalizationType)
                          throws java.io.IOException,
                                 AutomationException
Normalization Type.

Parameters:
normalizationType - A com.esri.arcgis.carto.esriDataNormalization constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStandardDeviationInterval

double getStandardDeviationInterval()
                                    throws java.io.IOException,
                                           AutomationException
Standard deviation interval.

Returns:
The breakCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStandardDeviationInterval

void setStandardDeviationInterval(double breakCount)
                                  throws java.io.IOException,
                                         AutomationException
Standard deviation interval.

Parameters:
breakCount - The breakCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.