com.esri.arcgis.datasourcesraster
Interface INoDataFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
NoDataFilter

public interface INoDataFilter
extends Serializable

Provides access to members that control a NoData conversion filter.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getNoDataToPixelValue

double getNoDataToPixelValue()
                             throws IOException,
                                    AutomationException
The valid pixel value to be assigned to NoData pixels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pValue
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataToPixelValue

void setNoDataToPixelValue(double pValue)
                           throws IOException,
                                  AutomationException
The valid pixel value to be assigned to NoData pixels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pValue - The pValue (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.