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
Provides access to members that hand out enumerated subset names in the feature dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
getTopologyNames
public IEnumDatasetName getTopologyNames()
throws java.io.IOException,
AutomationException
- An enumerator over the topology names in this FeatureDataset.
Supported Platforms
Windows, Solaris, Linux
Remarks
This method returns an enumeration of all the TopologyNames in the 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.