|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEFeatureClass
Provides access to members that return information about feature class data elements.
Method Summary | |
---|---|
int |
getFeatureType()
The feature type of the feature class. |
String |
getShapeFieldName()
The shape field name of the feature class. |
int |
getShapeType()
The geometry type of the feature class. |
boolean |
isHasM()
Indicates if the feature class supports Ms. |
boolean |
isHasSpatialIndex()
Indicates if the feature class has a spatial index. |
boolean |
isHasZ()
Indicates if the feature class supports Zs. |
void |
setFeatureType(int featureType)
The feature type of the feature class. |
void |
setHasM(boolean hasM)
Indicates if the feature class supports Ms. |
void |
setHasSpatialIndex(boolean hasSpatialIndex)
Indicates if the feature class has a spatial index. |
void |
setHasZ(boolean hasZ)
Indicates if the feature class supports Zs. |
void |
setShapeFieldName(String shapeFieldName)
The shape field name of the feature class. |
void |
setShapeType(int geometryType)
The geometry type of the feature class. |
Method Detail |
---|
int getShapeType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeType(int geometryType) throws IOException, AutomationException
geometryType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureType(int featureType) throws IOException, AutomationException
featureType
- A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getShapeFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeFieldName(String shapeFieldName) throws IOException, AutomationException
shapeFieldName
- The shapeFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasSpatialIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasSpatialIndex(boolean hasSpatialIndex) throws IOException, AutomationException
hasSpatialIndex
- The hasSpatialIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasZ() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasZ(boolean hasZ) throws IOException, AutomationException
hasZ
- The hasZ (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasM() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasM(boolean hasM) throws IOException, AutomationException
hasM
- The hasM (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 |