|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoverageFeatureClass
Provides access to members that retrieve ArcInfo Coverage Feature Class information.
Use this interface to find the values of the properties: type, attribute table, and topology, for an ArcInfo feature class.
Method Summary | |
---|---|
int |
getFeatureClassType()
Type of the Feature Class. |
int |
getTopology()
Topology of the Feature Class. |
boolean |
isHasFAT()
Indicates if the Feature Class has a Feature Attribute Table. |
Method Detail |
---|
int getFeatureClassType() throws IOException, AutomationException
Feature classes are used to group all the features based on their type. The feature class type is important since each feature class type has different attributes and methods that it supports.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTopology() throws IOException, AutomationException
Topology explicitly defines spatial relationships, between features. This property will return the current state of the feature class' topology, if it is unknown, or if it is supported.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasFAT() 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 |