com.esri.arcgis.datasourcesraster
Interface IMosaicDatasetJobInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
MosaicDatasetJob

public interface IMosaicDatasetJobInfo
extends Serializable

Provides access to members that control parameters of a mosaic dataset job.

Product Availability

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


Method Summary
 IMosaicDatasetName getMosaicDatasetName()
          The name object associated with the mosaic dataset on which the operation is performed.
 String getOperationName()
          The name of the mosaic dataset operation associated with this job.
 IMosaicDatasetOperationParameters getOperationParameters()
          The parameters object that control the mosaic dataset operation performed as part of the job.
 void setMosaicDatasetNameByRef(IMosaicDatasetName ppDatasetName)
          The name object associated with the mosaic dataset on which the operation is performed.
 void setOperationName(String pOperationName)
          The name of the mosaic dataset operation associated with this job.
 void setOperationParametersByRef(IMosaicDatasetOperationParameters ppParameters)
          The parameters object that control the mosaic dataset operation performed as part of the job.
 

Method Detail

setMosaicDatasetNameByRef

void setMosaicDatasetNameByRef(IMosaicDatasetName ppDatasetName)
                               throws IOException,
                                      AutomationException
The name object associated with the mosaic dataset on which the operation is performed.

Product Availability

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

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

getMosaicDatasetName

IMosaicDatasetName getMosaicDatasetName()
                                        throws IOException,
                                               AutomationException
The name object associated with the mosaic dataset on which the operation is performed.

Product Availability

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

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

setOperationParametersByRef

void setOperationParametersByRef(IMosaicDatasetOperationParameters ppParameters)
                                 throws IOException,
                                        AutomationException
The parameters object that control the mosaic dataset operation performed as part of the job.

Product Availability

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

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

getOperationParameters

IMosaicDatasetOperationParameters getOperationParameters()
                                                         throws IOException,
                                                                AutomationException
The parameters object that control the mosaic dataset operation performed as part of the job.

Product Availability

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

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

setOperationName

void setOperationName(String pOperationName)
                      throws IOException,
                             AutomationException
The name of the mosaic dataset operation associated with this job.

Product Availability

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

Parameters:
pOperationName - The pOperationName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOperationName

String getOperationName()
                        throws IOException,
                               AutomationException
The name of the mosaic dataset operation associated with this job.

Product Availability

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

Returns:
The pOperationName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.