com.esri.arcgis.geodatabase
Interface IFeatureDatasetName2

All Superinterfaces:
IFeatureDatasetName, java.io.Serializable
All Known Implementing Classes:
CoverageName, FeatureDatasetName, IFeatureDatasetName2Proxy

public interface IFeatureDatasetName2
extends IFeatureDatasetName, java.io.Serializable

COM Interface 'IFeatureDatasetName2'. 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 IID2d661a88_8067_4579_b569_5531db29799a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureDatasetName
IID89e7591a_c287_11d1_aa77_00c04fa33a15
 
Method Summary
 IEnumDatasetName getTopologyNames()
          An enumerator over the topology names in this FeatureDataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureDatasetName
getFeatureClassNames, getGeometricNetworkNames, getRelationshipClassNames, getTableNames
 

Field Detail

IID2d661a88_8067_4579_b569_5531db29799a

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

getTopologyNames

IEnumDatasetName getTopologyNames()
                                  throws java.io.IOException,
                                         AutomationException
An enumerator over the topology 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.