com.esri.arcgis.datasourcesraster
Interface IMosaicRastersFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
MosaicRastersFunctionArguments

public interface IMosaicRastersFunctionArguments
extends Serializable

Provides access to members that control mosaicrasters function arguments.

Product Availability

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


Method Summary
 int getMosaicType()
          The current mosaic type.
 Object getRasters()
          The list of rasters.
 void setMosaicType(int pMosaicType)
          The current mosaic type.
 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.

getMosaicType

int getMosaicType()
                  throws IOException,
                         AutomationException
The current mosaic type.

Product Availability

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

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

setMosaicType

void setMosaicType(int pMosaicType)
                   throws IOException,
                          AutomationException
The current mosaic type.

Product Availability

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

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