com.esri.arcgis.geodatabase
Interface IFeatureClassDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotationFeatureClassDescription, DimensionClassDescription, FeatureClassDescription, RasterCatalogClassDescription

public interface IFeatureClassDescription
extends Serializable

COM Interface 'IFeatureClassDescription'. Generated 11/28/2008 12:16:11 PM from 'C:\ArcGIS\java\JavaEngine\buildoutput\olb\esriGeoDatabase.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members that control Feature Class Description.' 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 String IID
          Deprecated. Internal use only
static int IID6a68bebe_8b1b_11d2_a06c_0000f877ebd6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFeatureType()
          The esriFeatureType for the instances of this class.
 String getShapeFieldName()
          The name of the field containing the shape.
 

Field Detail

IID6a68bebe_8b1b_11d2_a06c_0000f877ebd6

static final int IID6a68bebe_8b1b_11d2_a06c_0000f877ebd6
See Also:
Constant Field Values

xxDummy

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

IID

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

getFeatureType

int getFeatureType()
                   throws IOException,
                          AutomationException
The esriFeatureType for the instances of this class.

Returns:
A com.esri.arcgis.geodatabase.esriFeatureType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShapeFieldName

String getShapeFieldName()
                         throws IOException,
                                AutomationException
The name of the field containing the shape.

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