|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDRAShader
Access to members that allow a DRA shader to process pixel channels.
Method Summary | |
---|---|
float |
getPercentMax()
The percent max. |
float |
getPercentMin()
The percent min. |
float |
getStdDevParam()
The number of standard deviation. |
int |
getStretchType()
The stretch type. |
void |
setPercentMax(float pPercentMax)
The percent max. |
void |
setPercentMin(float pPercentMin)
The percent min. |
void |
setStdDevParam(float pStddev)
The number of standard deviation. |
void |
setStretchType(int pStretchType)
The stretch type. |
Method Detail |
---|
void setStretchType(int pStretchType) throws IOException, AutomationException
pStretchType
- 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 setStdDevParam(float pStddev) throws IOException, AutomationException
pStddev
- The pStddev (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.float getStdDevParam() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPercentMin(float pPercentMin) throws IOException, AutomationException
pPercentMin
- The pPercentMin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.float getPercentMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPercentMax(float pPercentMax) throws IOException, AutomationException
pPercentMax
- The pPercentMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.float getPercentMax() 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 |