|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDataExclusion
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 |
---|
static final int IID3fe0401e_8806_11d3_a64f_0008c7df8989
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setExcludeValues(java.lang.Object values) throws java.io.IOException, AutomationException
values
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getExcludeValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeRanges(java.lang.Object values) throws java.io.IOException, AutomationException
values
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getExcludeRanges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeShowClass(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.boolean isExcludeShowClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getExcludeColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeLabel(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 getExcludeLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeDescription(java.lang.String description) throws java.io.IOException, AutomationException
description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getExcludeDescription() throws java.io.IOException, AutomationException
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 |