com.esri.arcgis.geodatabase
Interface IDEGdbFeatureClass

All Superinterfaces:
IDEFeatureClass, Serializable
All Known Implementing Classes:
DEFeatureClass, DERasterCatalog

public interface IDEGdbFeatureClass
extends IDEFeatureClass, Serializable

Provides access to members that return information about geodatabase feature class data elements.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getAreaFieldName

String getAreaFieldName()
                        throws IOException,
                               AutomationException
The geometry area field.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAreaFieldName

void setAreaFieldName(String fieldName)
                      throws IOException,
                             AutomationException
The geometry area field.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLengthFieldName

String getLengthFieldName()
                          throws IOException,
                                 AutomationException
The geometry length field.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLengthFieldName

void setLengthFieldName(String fieldName)
                        throws IOException,
                               AutomationException
The geometry length field.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.