|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureDatasetName
Provides access to members that hand out enumerated subset names in the feature dataset.
IGPDataType.getFullName()
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. |
Method Detail |
---|
IEnumDatasetName getFeatureClassNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getGeometricNetworkNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getTableNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getRelationshipClassNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |