|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDECoverageFeatureClass
Provides access to the Coverage Feature Class Data Element.
Method Summary | |
---|---|
int |
getFeatureClassType()
The coverage feature class type. |
int |
getTopology()
Coverage feature class topology status. |
boolean |
isHasFAT()
Indicates if the coverage feature class have attributes. |
void |
setFeatureClassType(int featureClassType)
The coverage feature class type. |
void |
setHasFAT(boolean hasFAT)
Indicates if the coverage feature class have attributes. |
void |
setTopology(int pTopology)
Coverage feature class topology status. |
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.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.int getTopology() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTopology(int pTopology) throws IOException, AutomationException
pTopology
- A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant (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 |