public interface IMosaicWorkspaceExtensionHelper
extends java.io.Serializable
Description: 'Provides a helper for working with a mosaic dataset workspace extension.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID80f8593e_099c_4b2a_b0a7_cc4ccebce522 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IMosaicWorkspaceExtension |
findExtension(IWorkspace pWorkspace)
Find mosaic dataset workspace extension.
|
static final int IID80f8593e_099c_4b2a_b0a7_cc4ccebce522
static final int xxDummy
static final java.lang.String IID
IMosaicWorkspaceExtension findExtension(IWorkspace pWorkspace) throws java.io.IOException, AutomationException
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.