|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceExtension2
Provides access to members that supply workspace extension information.
IWorkspaceExtension2 provides access to members that supply workspace extension information.
Method Summary | |
---|---|
IWorkspace |
getWorkspace()
The workspace associated with this Workspace Extension. |
boolean |
ownsDatasetType(int datasetType)
Indicates if the workspace extension owns the dataset type. |
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceExtension |
---|
getDataDictionaryTableNames, getGUID, getName, getPrivateDatasetNames |
Method Detail |
---|
boolean ownsDatasetType(int datasetType) throws IOException, AutomationException
The OwnDatasetType method returns a boolean indicating whether the workspace extension supports the specified dataset type.
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWorkspace getWorkspace() throws IOException, AutomationException
The Workspace property returns a reference to the workspace associated with the extension.
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 |