com.esri.arcgis.datasourcesraster
Interface IMosaicWorkspaceExtensionHelper
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MosaicWorkspaceExtensionHelper
public interface IMosaicWorkspaceExtensionHelper
- extends Serializable
Provides a helper for working with a mosaic dataset workspace extension.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
findExtension
IMosaicWorkspaceExtension findExtension(IWorkspace pWorkspace)
throws IOException,
AutomationException
- Find mosaic dataset workspace extension.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
- Returns:
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicWorkspaceExtension
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.