|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalog.ComplexNativeType
public class ComplexNativeType
Native type for built up of other native types.
| Constructor Summary | |
|---|---|
ComplexNativeType()
Constructs a ComplexNativeType using ArcGIS Engine. |
|
ComplexNativeType(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ComplexNativeType theComplexNativeType = (ComplexNativeType) obj; |
|
| Method Summary | |
|---|---|
void |
addChild(INativeType pChild)
Adds a child. |
boolean |
equals(Object o)
Compare this object with another |
INativeType |
getChild(int index)
Returns the nth child. |
static String |
getClsid()
getClsid. |
String |
getDescription()
The description of the type. |
int |
getNumChildren()
The number of children. |
IUID |
getTypeID()
The unique ID of the type. |
int |
hashCode()
the hashcode for this object |
| 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 ComplexNativeType()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ComplexNativeType(Object obj)
throws IOException
ComplexNativeType theComplexNativeType = (ComplexNativeType) obj;
obj to ComplexNativeType.
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 IUID getTypeID()
throws IOException,
AutomationException
getTypeID in interface INativeTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface INativeTypeIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addChild(INativeType pChild)
throws IOException,
AutomationException
addChild in interface IComplexNativeTypepChild - A reference to a com.esri.arcgis.geodatabase.INativeType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INativeType getChild(int index)
throws IOException,
AutomationException
getChild in interface IComplexNativeTypeindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNumChildren()
throws IOException,
AutomationException
getNumChildren in interface IComplexNativeTypeIOException - 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 | ||||||||