com.esri.arcgis.carto
Interface IRasterDataExclusion

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

public interface IRasterDataExclusion
extends java.io.Serializable

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

Description: 'Provides access to members that exclude data values from 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3fe0401e_8806_11d3_a64f_0008c7df8989
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getExcludeColor()
          Color for the excluded values.
 java.lang.String getExcludeDescription()
          Description for the excluded values.
 java.lang.String getExcludeLabel()
          Label for the excluded values.
 java.lang.Object getExcludeRanges()
          Array of doubles indicating the excluded ranges.
 java.lang.Object getExcludeValues()
          Array of doubles indicating the excluded values.
 boolean isExcludeShowClass()
          Indicates if color is shown for the excluded values.
 void setExcludeColor(IColor color)
          Color for the excluded values.
 void setExcludeDescription(java.lang.String description)
          Description for the excluded values.
 void setExcludeLabel(java.lang.String label)
          Label for the excluded values.
 void setExcludeRanges(java.lang.Object values)
          Array of doubles indicating the excluded ranges.
 void setExcludeShowClass(boolean show)
          Indicates if color is shown for the excluded values.
 void setExcludeValues(java.lang.Object values)
          Array of doubles indicating the excluded values.
 

Field Detail

IID3fe0401e_8806_11d3_a64f_0008c7df8989

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

setExcludeValues

void setExcludeValues(java.lang.Object values)
                      throws java.io.IOException,
                             AutomationException
Array of doubles indicating the excluded values.

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

getExcludeValues

java.lang.Object getExcludeValues()
                                  throws java.io.IOException,
                                         AutomationException
Array of doubles indicating the excluded values.

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

setExcludeRanges

void setExcludeRanges(java.lang.Object values)
                      throws java.io.IOException,
                             AutomationException
Array of doubles indicating the excluded ranges.

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

getExcludeRanges

java.lang.Object getExcludeRanges()
                                  throws java.io.IOException,
                                         AutomationException
Array of doubles indicating the excluded ranges.

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

setExcludeShowClass

void setExcludeShowClass(boolean show)
                         throws java.io.IOException,
                                AutomationException
Indicates if color is shown for the excluded values.

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

isExcludeShowClass

boolean isExcludeShowClass()
                           throws java.io.IOException,
                                  AutomationException
Indicates if color is shown for the excluded values.

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

setExcludeColor

void setExcludeColor(IColor color)
                     throws java.io.IOException,
                            AutomationException
Color for the excluded values.

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

getExcludeColor

IColor getExcludeColor()
                       throws java.io.IOException,
                              AutomationException
Color for the excluded values.

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

setExcludeLabel

void setExcludeLabel(java.lang.String label)
                     throws java.io.IOException,
                            AutomationException
Label for the excluded values.

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

getExcludeLabel

java.lang.String getExcludeLabel()
                                 throws java.io.IOException,
                                        AutomationException
Label for the excluded values.

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

setExcludeDescription

void setExcludeDescription(java.lang.String description)
                           throws java.io.IOException,
                                  AutomationException
Description for the excluded values.

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

getExcludeDescription

java.lang.String getExcludeDescription()
                                       throws java.io.IOException,
                                              AutomationException
Description for the excluded values.

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