|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEGdbFeatureClass
Provides access to members that return information about geodatabase feature class data elements.
Method Summary | |
---|---|
String |
getAreaFieldName()
The geometry area field. |
String |
getLengthFieldName()
The geometry length field. |
void |
setAreaFieldName(String fieldName)
The geometry area field. |
void |
setLengthFieldName(String fieldName)
The geometry length field. |
Methods inherited from interface com.esri.arcgis.geodatabase.IDEFeatureClass |
---|
getFeatureType, getShapeFieldName, getShapeType, isHasM, isHasSpatialIndex, isHasZ, setFeatureType, setHasM, setHasSpatialIndex, setHasZ, setShapeFieldName, setShapeType |
Method Detail |
---|
String getAreaFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAreaFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLengthFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLengthFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (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 |