com.esri.arcgis.datasourcesraster
Interface IMergeRastersFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
MergeRastersFunctionArguments

public interface IMergeRastersFunctionArguments
extends Serializable

Product Availability

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


Method Summary
 Object getFootprints()
          The optional list of matching footprints to which each corresponding raster is clipped.
 Object getRasters()
          The list of rasters.
 void setFootprintsByRef(Object ppFootprintGeometries)
          The optional list of matching footprints to which each corresponding raster is clipped.
 void setRastersByRef(Object ppRasters)
          The list of rasters.
 

Method Detail

getRasters

Object getRasters()
                  throws IOException,
                         AutomationException
The list of rasters.

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.

setRastersByRef

void setRastersByRef(Object ppRasters)
                     throws IOException,
                            AutomationException
The list of rasters.

Product Availability

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

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

getFootprints

Object getFootprints()
                     throws IOException,
                            AutomationException
The optional list of matching footprints to which each corresponding raster is clipped.

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.

setFootprintsByRef

void setFootprintsByRef(Object ppFootprintGeometries)
                        throws IOException,
                               AutomationException
The optional list of matching footprints to which each corresponding raster is clipped.

Product Availability

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

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