com.esri.arcgis.geodatabase
Interface IDEGdbFeatureClass

All Superinterfaces:
IDEFeatureClass, java.io.Serializable
All Known Implementing Classes:
DEFeatureClass, DERasterCatalog, IDEGdbFeatureClassProxy

public interface IDEGdbFeatureClass
extends IDEFeatureClass, java.io.Serializable

COM Interface 'IDEGdbFeatureClass'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information about geodatabase feature class data elements.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1ffd96a0_1158_4fb1_9081_1e8f0f801761
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEFeatureClass
IID2c944211_d17c_45f4_89da_ab37e95e6411
 
Method Summary
 java.lang.String getAreaFieldName()
          The geometry area field.
 java.lang.String getLengthFieldName()
          The geometry length field.
 void setAreaFieldName(java.lang.String fieldName)
          The geometry area field.
 void setLengthFieldName(java.lang.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
 

Field Detail

IID1ffd96a0_1158_4fb1_9081_1e8f0f801761

static final int IID1ffd96a0_1158_4fb1_9081_1e8f0f801761
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAreaFieldName

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

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

setAreaFieldName

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

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

getLengthFieldName

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

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

setLengthFieldName

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

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