|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataExclusion
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 |
---|
static final int IID3d961d65_fc94_11d1_aaca_00c04fa334b3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getExclusionClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExclusionClause(java.lang.String clause) throws java.io.IOException, AutomationException
clause
- The clause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getExclusionSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExclusionSymbol(ISymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowExclusionClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowExclusionClass(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getExclusionLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExclusionLabel(java.lang.String label) throws java.io.IOException, AutomationException
label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getExclusionDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExclusionDescription(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |