com.esri.arcgis.geodatabase
Interface IFeatureDatasetName

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IFeatureDatasetName2
All Known Implementing Classes:
CoverageName, FeatureDatasetName, IFeatureDatasetName2Proxy, IFeatureDatasetNameProxy

public interface IFeatureDatasetName
extends java.io.Serializable

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

Description: 'Provides access to members that hand out enumerated subset names in the feature dataset.' 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 IID89e7591a_c287_11d1_aa77_00c04fa33a15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumDatasetName getFeatureClassNames()
          An enumerator over the feature class names in this FeatureDataset.
 IEnumDatasetName getGeometricNetworkNames()
          An enumerator over the geometric network names in this FeatureDataset.
 IEnumDatasetName getRelationshipClassNames()
          An enumerator over the relationship class names in this FeatureDataset.
 IEnumDatasetName getTableNames()
          An enumerator over the table (non spatial object class) names in this FeatureDataset.
 

Field Detail

IID89e7591a_c287_11d1_aa77_00c04fa33a15

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

getFeatureClassNames

IEnumDatasetName getFeatureClassNames()
                                      throws java.io.IOException,
                                             AutomationException
An enumerator over the feature class names in this FeatureDataset.

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

getGeometricNetworkNames

IEnumDatasetName getGeometricNetworkNames()
                                          throws java.io.IOException,
                                                 AutomationException
An enumerator over the geometric network names in this FeatureDataset.

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

getTableNames

IEnumDatasetName getTableNames()
                               throws java.io.IOException,
                                      AutomationException
An enumerator over the table (non spatial object class) names in this FeatureDataset.

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

getRelationshipClassNames

IEnumDatasetName getRelationshipClassNames()
                                           throws java.io.IOException,
                                                  AutomationException
An enumerator over the relationship class names in this FeatureDataset.

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