|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterStretchColorRampRenderer
Provides access to members that control the color ramp of a contrast stretch.
The IRasterStretchColorRampRenderer interface controls the display of a raster dataset stretched along a color ramp. It is usually used for visualizing continuous raster data.
| Method Summary | |
|---|---|
int |
getBandIndex()
Index of the band to be rendered. |
IColorRamp |
getColorRamp()
Color ramp. |
String |
getColorScheme()
ColorScheme name. |
String |
getLabelHigh()
Label for highest value. |
String |
getLabelLow()
Label for lowest value. |
String |
getLabelMedium()
Label for medium value. |
void |
resetLabels()
Makes default labels. |
void |
setBandIndex(int bandIndex)
Index of the band to be rendered. |
void |
setColorRamp(IColorRamp ppColorRamp)
Color ramp. |
void |
setColorScheme(String colorScheme)
ColorScheme name. |
void |
setLabelHigh(String label)
Label for highest value. |
void |
setLabelLow(String label)
Label for lowest value. |
void |
setLabelMedium(String label)
Label for medium value. |
| Method Detail |
|---|
void setBandIndex(int bandIndex)
throws IOException,
AutomationException
bandIndex - The bandIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBandIndex()
throws IOException,
AutomationException
The BandIndex property specifies the band in the raster dataset to be drawn. For single-band data, this should be 0, but with multiband data any band may be selected.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getColorScheme()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorScheme(String colorScheme)
throws IOException,
AutomationException
colorScheme - The colorScheme (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColorRamp getColorRamp()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorRamp(IColorRamp ppColorRamp)
throws IOException,
AutomationException
ppColorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLabelLow()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelLow(String label)
throws IOException,
AutomationException
label - The label (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLabelMedium()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelMedium(String label)
throws IOException,
AutomationException
label - The label (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLabelHigh()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelHigh(String label)
throws IOException,
AutomationException
label - The label (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resetLabels()
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 | ||||||||