public interface IFeatureDatasetName
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID89e7591a_c287_11d1_aa77_00c04fa33a15 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID89e7591a_c287_11d1_aa77_00c04fa33a15
static final int xxDummy
static final java.lang.String IID
IEnumDatasetName getFeatureClassNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getGeometricNetworkNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getTableNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getRelationshipClassNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.