|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureClassName
Provides access to members that return information about the feature class.
The IFeatureClassName includes the FeatureType, the ShapeType, the ShapeFieldName, and the name object for the parent feature dataset in the case of feature classes that are contained within a feature dataset. Note that this last property is null for standalone feature classes.
Method Summary | |
---|---|
IDatasetName |
getFeatureDatasetName()
The Feature Dataset Name object. |
int |
getFeatureType()
The feature type for this feature class name. |
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(String name)
The spatial column name for this feature class name. |
void |
setShapeType(int type)
The feature class shape type. |
Method Detail |
---|
int getShapeType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDatasetName getFeatureDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName featureDatasetName) throws IOException, AutomationException
featureDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getShapeFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |