com.esri.arcgis.carto
Interface IClassBreaksUIProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, IClassBreaksUIPropertiesProxy, LasPointElevationRenderer, TerrainPointAttributeRenderer, TerrainPointElevationRenderer, TinAspectRenderer, TinElevationRenderer, TinNodeElevationRenderer, TinSlopeRenderer

public interface IClassBreaksUIProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control some user interface properties of a ClassBreaksRenderer. The properties set through this interface do NOT affect what is drawn on the map.' 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 IID427788f2_31fe_11d2_aaf0_00c04fa334b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getColorRamp()
          File and path name of the color ramp.
 double getDeviationInterval()
          Deviation interval (0-1), where 0 means that no deviation is used.
 double getLowBreak(int index)
          Lower bound of the class at the specified index.
 IUID getMethod()
          Classification method.
 INumberFormat getNumberFormat()
          Number format for class labels.
 boolean isShowClassGaps()
          Indicates if each lower bound is adjusted up to the nearest existing data value.
 void setColorRamp(java.lang.String colorRamp)
          File and path name of the color ramp.
 void setDeviationInterval(double interval)
          Deviation interval (0-1), where 0 means that no deviation is used.
 void setLowBreak(int index, double value)
          Lower bound of the class at the specified index.
 void setMethodByRef(IUID cLSID)
          Classification method.
 void setNumberFormatByRef(INumberFormat format)
          Number format for class labels.
 void setShowClassGaps(boolean showGaps)
          Indicates if each lower bound is adjusted up to the nearest existing data value.
 

Field Detail

IID427788f2_31fe_11d2_aaf0_00c04fa334b3

static final int IID427788f2_31fe_11d2_aaf0_00c04fa334b3
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

getLowBreak

double getLowBreak(int index)
                   throws java.io.IOException,
                          AutomationException
Lower bound of the class at the specified index.

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

setLowBreak

void setLowBreak(int index,
                 double value)
                 throws java.io.IOException,
                        AutomationException
Lower bound of the class at the specified index.

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

getColorRamp

java.lang.String getColorRamp()
                              throws java.io.IOException,
                                     AutomationException
File and path name of the color ramp.

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

setColorRamp

void setColorRamp(java.lang.String colorRamp)
                  throws java.io.IOException,
                         AutomationException
File and path name of the color ramp.

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

getMethod

IUID getMethod()
               throws java.io.IOException,
                      AutomationException
Classification method.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMethodByRef

void setMethodByRef(IUID cLSID)
                    throws java.io.IOException,
                           AutomationException
Classification method.

Parameters:
cLSID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumberFormat

INumberFormat getNumberFormat()
                              throws java.io.IOException,
                                     AutomationException
Number format for class labels.

Returns:
A reference to a com.esri.arcgis.system.INumberFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberFormatByRef

void setNumberFormatByRef(INumberFormat format)
                          throws java.io.IOException,
                                 AutomationException
Number format for class labels.

Parameters:
format - A reference to a com.esri.arcgis.system.INumberFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowClassGaps

boolean isShowClassGaps()
                        throws java.io.IOException,
                               AutomationException
Indicates if each lower bound is adjusted up to the nearest existing data value.

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

setShowClassGaps

void setShowClassGaps(boolean showGaps)
                      throws java.io.IOException,
                             AutomationException
Indicates if each lower bound is adjusted up to the nearest existing data value.

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

getDeviationInterval

double getDeviationInterval()
                            throws java.io.IOException,
                                   AutomationException
Deviation interval (0-1), where 0 means that no deviation is used.

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

setDeviationInterval

void setDeviationInterval(double interval)
                          throws java.io.IOException,
                                 AutomationException
Deviation interval (0-1), where 0 means that no deviation is used.

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