|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.FeatureClassDescription
public class FeatureClassDescription
ESRI Feature Class Description object.
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.IObjectClassDescription |
|---|
IID, IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureClassDescription |
|---|
IID, IID6a68bebe_8b1b_11d2_a06c_0000f877ebd6, xxDummy |
| Constructor Summary | |
|---|---|
FeatureClassDescription()
Constructs a FeatureClassDescription using ArcGIS Engine. |
|
FeatureClassDescription(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FeatureClassDescription theFeatureClassDescription = (FeatureClassDescription) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAliasName()
The alias name of this class. |
IUID |
getClassExtensionCLSID()
The CLSID of the class extension COM class that implements class level behavior. |
static String |
getClsid()
getClsid. |
int |
getFeatureType()
The esriFeatureType for the instances of this class. |
IUID |
getInstanceCLSID()
The CLSID of the COM class that implements instance level behavior. |
String |
getModelName()
The model name of this class. |
String |
getName()
The name for this class, e.g., ESRI Simple Junction Feature. |
IFields |
getRequiredFields()
The descriptions of the set of required fields for this class. |
String |
getShapeFieldName()
The name of the field containing the shape. |
int |
hashCode()
the hashcode for this object |
boolean |
isModelNameUnique()
Indicates if the model name of this class is unique. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public FeatureClassDescription()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public FeatureClassDescription(Object obj)
throws IOException
FeatureClassDescription theFeatureClassDescription = (FeatureClassDescription) obj;
obj to FeatureClassDescription.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface IObjectClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAliasName()
throws IOException,
AutomationException
getAliasName in interface IObjectClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getModelName()
throws IOException,
AutomationException
getModelName in interface IObjectClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isModelNameUnique()
throws IOException,
AutomationException
isModelNameUnique in interface IObjectClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getInstanceCLSID()
throws IOException,
AutomationException
getInstanceCLSID in interface IObjectClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassExtensionCLSID()
throws IOException,
AutomationException
getClassExtensionCLSID in interface IObjectClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getRequiredFields()
throws IOException,
AutomationException
getRequiredFields in interface IObjectClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFeatureType()
throws IOException,
AutomationException
getFeatureType in interface IFeatureClassDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getShapeFieldName()
throws IOException,
AutomationException
getShapeFieldName in interface IFeatureClassDescriptionIOException - 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 | ||||||||