|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterStretch
Provides access to members which control contrast stretching.
Use the newer IRasterStretch2 interface instead of IRasterStretch.
| Method Summary | |
|---|---|
IColor |
getBackgroundColor()
Background display color. |
double |
getBackgroundValues()
Indicates whether an array of background values is being used. |
double |
getStandardDeviationsParam()
Standard deviation parameter for the stretch renderer. |
int |
getStretchType()
Current stretch type. |
boolean |
isBackground()
Indicates if a background value is being used. |
boolean |
isInvert()
Indicates if the stretch is inverted. |
void |
setBackground(boolean b)
Indicates if a background value is being used. |
void |
setBackgroundColorByRef(IColor ppColor)
Background display color. |
void |
setBackgroundValues(double[] pBkg)
Indicates whether an array of background values is being used. |
void |
setInvert(boolean pInvert)
Indicates if the stretch is inverted. |
void |
setStandardDeviationsParam(double param)
Standard deviation parameter for the stretch renderer. |
void |
setStretchType(int en_stretch)
Current stretch type. |
| Method Detail |
|---|
void setStretchType(int en_stretch)
throws IOException,
AutomationException
en_stretch - A com.esri.arcgis.carto.esriRasterStretchTypesEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStretchType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStandardDeviationsParam(double param)
throws IOException,
AutomationException
param - The param (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getStandardDeviationsParam()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInvert(boolean pInvert)
throws IOException,
AutomationException
pInvert - The pInvert (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInvert()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackground(boolean b)
throws IOException,
AutomationException
b - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isBackground()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getBackgroundValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundValues(double[] pBkg)
throws IOException,
AutomationException
To set a list of background values, use IRasterStretch2::setBackgroundValue() instead.
pBkg - The pBkg (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getBackgroundColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundColorByRef(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 | ||||||||