com.esri.arcgis.geodatabase
Interface IFeatureClassName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AMSDatasetName, CoverageFeatureClassName, FeatureClassName, FeatureQueryName, FgdbFeatureClassName, IFeatureClassNameProxy, RasterCatalogName, RouteEventSourceName, XYEventSourceName

public interface IFeatureClassName
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3c5bbe8f_c9c3_11d1_aa7c_00c04fa33a15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID3c5bbe8f_c9c3_11d1_aa7c_00c04fa33a15

static final int IID3c5bbe8f_c9c3_11d1_aa7c_00c04fa33a15
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

getShapeType

int getShapeType()
                 throws java.io.IOException,
                        AutomationException
The feature class shape type.

Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShapeType

void setShapeType(int type)
                  throws java.io.IOException,
                         AutomationException
The feature class shape type.

Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureDatasetName

IDatasetName getFeatureDatasetName()
                                   throws java.io.IOException,
                                          AutomationException
The Feature Dataset Name object.

Returns:
A reference to a com.esri.arcgis.geodatabase.IDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureDatasetNameByRef

void setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
                                throws java.io.IOException,
                                       AutomationException
The Feature Dataset Name object.

Parameters:
featureDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureType

int getFeatureType()
                   throws java.io.IOException,
                          AutomationException
The feature type for this feature class name.

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

setFeatureType

void setFeatureType(int type)
                    throws java.io.IOException,
                           AutomationException
The feature type for this feature class name.

Parameters:
type - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShapeFieldName

java.lang.String getShapeFieldName()
                                   throws java.io.IOException,
                                          AutomationException
The spatial column name for this feature class name.

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

setShapeFieldName

void setShapeFieldName(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
The spatial column name for this feature class name.

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