com.esri.arcgis.datasourcesraster
Interface IMaskFunctionArguments2

All Superinterfaces:
IMaskFunctionArguments, Serializable
All Known Implementing Classes:
MaskFunctionArguments

public interface IMaskFunctionArguments2
extends IMaskFunctionArguments, Serializable

Provides access to members that control mask function arguments.

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.IMaskFunctionArguments
getIncludedRanges, getNoDataValues, getRaster, setIncludedRangesByRef, setNoDataValuesByRef, setRasterByRef
 

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.