|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.ObjectClassDescription
public class ObjectClassDescription
ESRI Object Class Description.
An ObjectClassDescription allows developers to implement configuration interfaces that automate the create of new Object Classes by predefining required information for Object Classes, Feature Classes and Network Feature Classes.
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.IObjectClassDescription |
|---|
IID, IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6, xxDummy |
| Constructor Summary | |
|---|---|
ObjectClassDescription()
Constructs a ObjectClassDescription using ArcGIS Engine. |
|
ObjectClassDescription(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ObjectClassDescription theObjectClassDescription = (ObjectClassDescription) 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. |
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. |
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 ObjectClassDescription()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ObjectClassDescription(Object obj)
throws IOException
ObjectClassDescription theObjectClassDescription = (ObjectClassDescription) obj;
obj to ObjectClassDescription.
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||