|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMosaicDatasetJobInfo
Provides access to members that control parameters of a mosaic dataset job.
| 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 |
|---|
void setMosaicDatasetNameByRef(IMosaicDatasetName ppDatasetName)
throws IOException,
AutomationException
ppDatasetName - A reference to a com.esri.arcgis.geodatabase.IMosaicDatasetName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMosaicDatasetName getMosaicDatasetName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOperationParametersByRef(IMosaicDatasetOperationParameters ppParameters)
throws IOException,
AutomationException
ppParameters - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMosaicDatasetOperationParameters getOperationParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOperationName(String pOperationName)
throws IOException,
AutomationException
pOperationName - The pOperationName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getOperationName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||