public interface IWorkspaceExtension2 extends IWorkspaceExtension, java.io.Serializable
Description: 'Provides access to members that supply workspace extension information.' 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 |
IID727f1038_6df0_4972_b504_4a44cfea2b57 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDda10c1c2_09a3_11d4_9faa_00c04f6bdf0c
Modifier and Type | Method and Description |
---|---|
IWorkspace |
getWorkspace()
The workspace associated with this Workspace Extension.
|
boolean |
ownsDatasetType(int datasetType)
Indicates if the workspace extension owns the dataset type.
|
getDataDictionaryTableNames, getGUID, getName, getPrivateDatasetNames
static final int IID727f1038_6df0_4972_b504_4a44cfea2b57
static final int xxDummy
static final java.lang.String IID
boolean ownsDatasetType(int datasetType) throws java.io.IOException, AutomationException
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IWorkspace getWorkspace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.