com.esri.arcgis.datasourcesraster
Interface IMaskFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
MaskFunctionArguments

public interface IMaskFunctionArguments
extends Serializable

Provides access to members that control mask function arguments.

Product Availability

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


Method Summary
 IDoubleArray getIncludedRanges()
          The included value ranges, i.e.
 IStringArray getNoDataValues()
          The list of, space separated, NoData values, for each band.
 Object getRaster()
          The input raster.
 void setIncludedRangesByRef(IDoubleArray ppRanges)
          The included value ranges, i.e.
 void setNoDataValuesByRef(IStringArray ppValues)
          The list of, space separated, NoData values, for each band.
 void setRasterByRef(Object ppRaster)
          The input raster.
 

Method Detail

getRaster

Object getRaster()
                 throws IOException,
                        AutomationException
The input raster.

Product Availability

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

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(Object ppRaster)
                    throws IOException,
                           AutomationException
The input raster.

Product Availability

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

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoDataValues

IStringArray getNoDataValues()
                             throws IOException,
                                    AutomationException
The list of, space separated, NoData values, for each band.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataValuesByRef

void setNoDataValuesByRef(IStringArray ppValues)
                          throws IOException,
                                 AutomationException
The list of, space separated, NoData values, for each band.

Product Availability

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

Parameters:
ppValues - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIncludedRanges

IDoubleArray getIncludedRanges()
                               throws IOException,
                                      AutomationException
The included value ranges, i.e. [min, max] for each band.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludedRangesByRef

void setIncludedRangesByRef(IDoubleArray ppRanges)
                            throws IOException,
                                   AutomationException
The included value ranges, i.e. [min, max] for each band.

Product Availability

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

Parameters:
ppRanges - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.