|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDataExclusion
Provides access to members that exclude data values from classification.
The IRasterDataExclusion interface controls the display of values that are not in any class.
Method Summary | |
---|---|
IColor |
getExcludeColor()
Color for the excluded values. |
String |
getExcludeDescription()
Description for the excluded values. |
String |
getExcludeLabel()
Label for the excluded values. |
Object |
getExcludeRanges()
Array of doubles indicating the excluded ranges. |
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(String description)
Description for the excluded values. |
void |
setExcludeLabel(String label)
Label for the excluded values. |
void |
setExcludeRanges(Object values)
Array of doubles indicating the excluded ranges. |
void |
setExcludeShowClass(boolean show)
Indicates if color is shown for the excluded values. |
void |
setExcludeValues(Object values)
Array of doubles indicating the excluded values. |
Method Detail |
---|
void setExcludeValues(Object values) throws IOException, AutomationException
values
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getExcludeValues() throws IOException, AutomationException
The ExcludeValues property allows you to select the value or values that will not be included in any class.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeRanges(Object values) throws IOException, AutomationException
values
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getExcludeRanges() throws IOException, AutomationException
The ExcludeRanges property specifies a range of values to exclude. The ExcludeShowClass property determines whether this class will appear in the table of contents with the rest of the classes.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeShowClass(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExcludeShowClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getExcludeColor() throws IOException, AutomationException
The ExcludeColor property controls the color with which any excluded values will be displayed. The different display for excluded values is black.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeLabel(String label) throws IOException, AutomationException
The ExcludeLabel and ExcludeDescription properties determine the labels used for this class in the table of contents and the legend.
label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getExcludeLabel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludeDescription(String description) throws IOException, AutomationException
description
- The description (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getExcludeDescription() throws IOException, AutomationException
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 |