com.esri.arcgis.datasourcesraster
Interface IDefineNoDataParameters2

All Superinterfaces:
IDefineNoDataParameters, Serializable
All Known Implementing Classes:
DefineNoDataParameters

public interface IDefineNoDataParameters2
extends IDefineNoDataParameters, Serializable

Provides access to members that control parameters for defining NoData values for items in a mosaic dataset.

Product Availability

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


Method Summary
 int getNoDataInterpretation()
          Defines how the NoData values should be interpreted.
 void setNoDataInterpretation(int pNoDataInterpretation)
          Defines how the NoData values should be interpreted.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IDefineNoDataParameters
getIncludedRanges, getNoDataValues, setIncludedRangesByRef, setNoDataValuesByRef
 

Method Detail

getNoDataInterpretation

int getNoDataInterpretation()
                            throws IOException,
                                   AutomationException
Defines how the NoData values should be interpreted.

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataInterpretation

void setNoDataInterpretation(int pNoDataInterpretation)
                             throws IOException,
                                    AutomationException
Defines how the NoData values should be interpreted.

Product Availability

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

Parameters:
pNoDataInterpretation - A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.