|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicWorkspaceExtension
Provides access to members that control a mosaic dataset workspace extension.
Method Summary | |
---|---|
IMosaicDataset |
createMosaicDataset(String name,
ISpatialReference pSpatialReference,
ICreateMosaicDatasetParameters pParameters,
String configurationKeyword)
Creates a mosaic dataset. |
IMosaicDataset |
createReferencedMosaicDataset(String name,
ISpatialReference pSpatialReference,
IRasterCatalog pExternalCatalog,
String definitionQuery,
ICreateMosaicDatasetParameters pParameters,
String configurationKeyword)
Creates a referenced mosaic dataset from an external raster catalog. |
void |
deleteMosaicDataset(String name)
Deletes a mosaic dataset. |
IMosaicDataset |
openMosaicDataset(String name)
Opens a mosaic dataset for a given name. |
Method Detail |
---|
IMosaicDataset createMosaicDataset(String name, ISpatialReference pSpatialReference, ICreateMosaicDatasetParameters pParameters, String configurationKeyword) throws IOException, AutomationException
name
- The name (in)pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pParameters
- A reference to a com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParameters (in)configurationKeyword
- The configurationKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDataset createReferencedMosaicDataset(String name, ISpatialReference pSpatialReference, IRasterCatalog pExternalCatalog, String definitionQuery, ICreateMosaicDatasetParameters pParameters, String configurationKeyword) throws IOException, AutomationException
name
- The name (in)pSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pExternalCatalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)definitionQuery
- The definitionQuery (in)pParameters
- A reference to a com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParameters (in)configurationKeyword
- The configurationKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDataset openMosaicDataset(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteMosaicDataset(String name) throws IOException, AutomationException
name
- The name (in)
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 |