|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoverageFeatureClassName
Provides access to members that maintains ArcInfo Coverage Feature Class information.
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. |
void |
setFeatureClassType(int featureClassType)
Type of the Feature Class. |
void |
setHasFAT(boolean hasFAT)
Indicates if the Feature Class has a Feature Attribute Table. |
void |
setTopology(int topology)
Topology of the Feature Class. |
Method Detail |
---|
int getFeatureClassType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureClassType(int featureClassType) throws IOException, AutomationException
featureClassType
- A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTopology() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTopology(int topology) throws IOException, AutomationException
topology
- A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant (in)
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.void setHasFAT(boolean hasFAT) throws IOException, AutomationException
hasFAT
- The hasFAT (in)
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 |