public interface IFeatureClassName
extends java.io.Serializable
Description: 'Provides access to members that return information about the feature class.' 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 |
IID3c5bbe8f_c9c3_11d1_aa7c_00c04fa33a15 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDatasetName |
getFeatureDatasetName()
The Feature Dataset Name object.
|
int |
getFeatureType()
The feature type for this feature class name.
|
java.lang.String |
getShapeFieldName()
The spatial column name for this feature class name.
|
int |
getShapeType()
The feature class shape type.
|
void |
setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
The Feature Dataset Name object.
|
void |
setFeatureType(int type)
The feature type for this feature class name.
|
void |
setShapeFieldName(java.lang.String name)
The spatial column name for this feature class name.
|
void |
setShapeType(int type)
The feature class shape type.
|
static final int IID3c5bbe8f_c9c3_11d1_aa7c_00c04fa33a15
static final int xxDummy
static final java.lang.String IID
int getShapeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShapeType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDatasetName getFeatureDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName featureDatasetName) throws java.io.IOException, AutomationException
featureDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFeatureType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFeatureType constant (in)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.void setShapeFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.