public interface IFeatureClassDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6a68bebe_8b1b_11d2_a06c_0000f877ebd6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getFeatureType()
The esriFeatureType for the instances of this class.
|
java.lang.String |
getShapeFieldName()
The name of the field containing the shape.
|
static final int IID6a68bebe_8b1b_11d2_a06c_0000f877ebd6
static final int xxDummy
static final java.lang.String IID
int getFeatureType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getShapeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.