com.esri.arcgis.carto
Interface IRasterClassifyUIProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterClassifyUIPropertiesProxy, RasterClassifyColorRampRenderer

public interface IRasterClassifyUIProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control the classification properties in the UI.' 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 IID75f3c010_7a8c_11d3_9c4f_00c04f5aa6ed
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUID getClassificationMethod()
          Classification method.
 java.lang.String getColorRamp()
          Color ramp name.
 double getDeviationInterval()
          Deviation interval.
 INumberFormat getNumberFormat()
          Number format for labels.
 boolean isShowClassGaps()
          Indicates if gaps between classes are shown.
 void setClassificationMethodByRef(IUID ppClsid)
          Classification method.
 void setColorRamp(java.lang.String colorRamp)
          Color ramp name.
 void setDeviationInterval(double interval)
          Deviation interval.
 void setNumberFormatByRef(INumberFormat format)
          Number format for labels.
 void setShowClassGaps(boolean showGaps)
          Indicates if gaps between classes are shown.
 

Field Detail

IID75f3c010_7a8c_11d3_9c4f_00c04f5aa6ed

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

getClassificationMethod

IUID getClassificationMethod()
                             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.

setClassificationMethodByRef

void setClassificationMethodByRef(IUID ppClsid)
                                  throws java.io.IOException,
                                         AutomationException
Classification method.

Parameters:
ppClsid - 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.

getColorRamp

java.lang.String getColorRamp()
                              throws java.io.IOException,
                                     AutomationException
Color ramp name.

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
Color ramp name.

Parameters:
colorRamp - The colorRamp (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 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 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 gaps between classes are shown.

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 gaps between classes are shown.

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. Range is 0 to 1, where 0 means 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. Range is 0 to 1, where 0 means 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.