|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterDisplayProps
Provides access to members that control the raster display properties.
| Method Summary | |
|---|---|
int |
getBrightnessValue()
Brightness value for a raster. |
int |
getContrastValue()
Contrast value for a raster. |
IColor |
getNoDataColor()
Nodata color for a raster. |
int |
getTransparencyValue()
Transparency value for a raster. |
void |
setBrightnessValue(int pValue)
Brightness value for a raster. |
void |
setContrastValue(int iValue)
Contrast value for a raster. |
void |
setNoDataColorByRef(IColor ppColor)
Nodata color for a raster. |
void |
setTransparencyValue(int pValue)
Transparency value for a raster. |
| Method Detail |
|---|
void setContrastValue(int iValue)
throws IOException,
AutomationException
iValue - The iValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getContrastValue()
throws IOException,
AutomationException
The IRasterDisplayProps interface controls display properties common to all raster renderers.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBrightnessValue(int pValue)
throws IOException,
AutomationException
pValue - The pValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBrightnessValue()
throws IOException,
AutomationException
The BrightnessValue property ranges from -100 to 100, representing a percentage of increase or decrease in the property.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransparencyValue(int pValue)
throws IOException,
AutomationException
pValue - The pValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTransparencyValue()
throws IOException,
AutomationException
The TransparencyValue value ranges from 0 to 100, with 0 representing opaque and 100 representing fully transparent.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getNoDataColor()
throws IOException,
AutomationException
The NoDataColor property controls how NoData cells in your raster are displayed. By default, NoData cells appear transparent.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNoDataColorByRef(IColor ppColor)
throws IOException,
AutomationException
ppColor - A reference to a com.esri.arcgis.display.IColor (in)
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 | ||||||||