com.esri.arcgis.datasourcesraster
Interface IFootprintFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
FootprintFunctionArguments

public interface IFootprintFunctionArguments
extends Serializable

Provides access to members that control Footprint function arguments.

Product Availability

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


Method Summary
 IDoubleArray getIncludedRanges()
          The included value ranges, i.e.
 Object getRaster()
          The input raster for conversion.
 void setIncludedRangesByRef(IDoubleArray ppRanges)
          The included value ranges, i.e.
 void setRasterByRef(Object ppRaster)
          The input raster for conversion.
 

Method Detail

getRaster

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

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 for conversion.

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.

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.