com.esri.arcgis.geodatabase
Interface IWorkspaceExtension2

All Superinterfaces:
IWorkspaceExtension, java.io.Serializable
All Known Subinterfaces:
IWorkspaceExtension3
All Known Implementing Classes:
AddressLocatorWorkspaceExtension, CadastralWorkspaceDatasetExtension, IWorkspaceExtension2Proxy, IWorkspaceExtension3Proxy, MosaicWorkspaceExtension, NetworkDatasetWorkspaceExtension, RepresentationWorkspaceExtension, TerrainWorkspaceExtension

public interface IWorkspaceExtension2
extends IWorkspaceExtension, java.io.Serializable

COM Interface 'IWorkspaceExtension2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID727f1038_6df0_4972_b504_4a44cfea2b57
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceExtension
IIDda10c1c2_09a3_11d4_9faa_00c04f6bdf0c
 
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
 

Field Detail

IID727f1038_6df0_4972_b504_4a44cfea2b57

static final int IID727f1038_6df0_4972_b504_4a44cfea2b57
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

ownsDatasetType

boolean ownsDatasetType(int datasetType)
                        throws java.io.IOException,
                               AutomationException
Indicates if the workspace extension owns the dataset type.

Parameters:
datasetType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
Returns:
The ownsType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkspace

IWorkspace getWorkspace()
                        throws java.io.IOException,
                               AutomationException
The workspace associated with this Workspace Extension.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.