com.esri.arcgis.carto
Interface IDataExclusion

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ChartRenderer, ClassBreaksRenderer, DotDensityRenderer, IDataExclusionProxy, ProportionalSymbolRenderer

public interface IDataExclusion
extends java.io.Serializable

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

Description: 'Provides access to members that control the exclusion of data values from a renderer.' 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 IID3d961d65_fc94_11d1_aaca_00c04fa334b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getExclusionClause()
          Data exclusion where clause.
 java.lang.String getExclusionDescription()
          Description for the excluded data.
 java.lang.String getExclusionLabel()
          Label for the excluded data.
 ISymbol getExclusionSymbol()
          Symbol used to draw excluded values.
 boolean isShowExclusionClass()
          Indicates if the exclusion symbol is used.
 void setExclusionClause(java.lang.String clause)
          Data exclusion where clause.
 void setExclusionDescription(java.lang.String text)
          Description for the excluded data.
 void setExclusionLabel(java.lang.String label)
          Label for the excluded data.
 void setExclusionSymbol(ISymbol symbol)
          Symbol used to draw excluded values.
 void setShowExclusionClass(boolean show)
          Indicates if the exclusion symbol is used.
 

Field Detail

IID3d961d65_fc94_11d1_aaca_00c04fa334b3

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

getExclusionClause

java.lang.String getExclusionClause()
                                    throws java.io.IOException,
                                           AutomationException
Data exclusion where clause.

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

setExclusionClause

void setExclusionClause(java.lang.String clause)
                        throws java.io.IOException,
                               AutomationException
Data exclusion where clause.

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

getExclusionSymbol

ISymbol getExclusionSymbol()
                           throws java.io.IOException,
                                  AutomationException
Symbol used to draw excluded values.

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

setExclusionSymbol

void setExclusionSymbol(ISymbol symbol)
                        throws java.io.IOException,
                               AutomationException
Symbol used to draw excluded values.

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

isShowExclusionClass

boolean isShowExclusionClass()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the exclusion symbol is used.

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

setShowExclusionClass

void setShowExclusionClass(boolean show)
                           throws java.io.IOException,
                                  AutomationException
Indicates if the exclusion symbol is used.

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

getExclusionLabel

java.lang.String getExclusionLabel()
                                   throws java.io.IOException,
                                          AutomationException
Label for the excluded data.

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

setExclusionLabel

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

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

getExclusionDescription

java.lang.String getExclusionDescription()
                                         throws java.io.IOException,
                                                AutomationException
Description for the excluded data.

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

setExclusionDescription

void setExclusionDescription(java.lang.String text)
                             throws java.io.IOException,
                                    AutomationException
Description for the excluded data.

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