com.esri.arcgis.geodatabase
Interface IWorkspaceDataElements

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IWorkspaceDataElements2
All Known Implementing Classes:
AGOCatalogPathParser, AGSCatalogPathParser, GpVirtualPathParser, IWorkspaceDataElements2Proxy, IWorkspaceDataElementsProxy, LocatorManager, Sde3Workspace, StandaloneCatalogPathParser, TaskServicesCatalogPathParser, WCSCatalogPathParser

public interface IWorkspaceDataElements
extends java.io.Serializable

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

Description: 'Provides access to members that return data element objects for workspace datatasets.' 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 IID94dde7ce_aa25_4682_8290_f7ddffee5d98
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataElement getDatasetDataElement(java.lang.Object datasetSpec, IDEBrowseOptions browseOptions)
          Returns the data element for the in-bound dataset name or dataset object.
 IDataElement getWorkspaceDataElement(IDEBrowseOptions browseOptions)
          The data element for the workspace.
 

Field Detail

IID94dde7ce_aa25_4682_8290_f7ddffee5d98

static final int IID94dde7ce_aa25_4682_8290_f7ddffee5d98
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

getWorkspaceDataElement

IDataElement getWorkspaceDataElement(IDEBrowseOptions browseOptions)
                                     throws java.io.IOException,
                                            AutomationException
The data element for the workspace.

Parameters:
browseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetDataElement

IDataElement getDatasetDataElement(java.lang.Object datasetSpec,
                                   IDEBrowseOptions browseOptions)
                                   throws java.io.IOException,
                                          AutomationException
Returns the data element for the in-bound dataset name or dataset object.

Parameters:
datasetSpec - A reference to another Object (IUnknown) (in)
browseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.