|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INoDataFilter
Provides access to members that control a NoData conversion filter.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
double |
getNoDataToPixelValue()
The valid pixel value to be assigned to NoData pixels. |
void |
setNoDataToPixelValue(double pValue)
The valid pixel value to be assigned to NoData pixels. |
Method Detail |
---|
double getNoDataToPixelValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataToPixelValue(double pValue) throws IOException, AutomationException
pValue
- The pValue (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 |