|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.TxObjectContainer
public class TxObjectContainer
This object serves as a general purpose container of CJMTK Catalog objects.
Constructor Summary | |
---|---|
TxObjectContainer()
Constructs a TxObjectContainer using ArcGIS Engine. |
|
TxObjectContainer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TxObjectContainer theTxObjectContainer = (TxObjectContainer) obj; |
Method Summary | |
---|---|
ITxCatalogObject |
addChild(ITxCatalogObject child)
Adds a new child and returns a reference to it. |
void |
deleteChild(ITxCatalogObject child)
Deletes the specified child object. |
void |
empty()
Empty the container. |
boolean |
equals(Object o)
Compare this object with another |
IEnumTxObject |
getChildren()
An enumeration of the child objects. |
static String |
getClsid()
getClsid. |
int |
getCount()
The number of Objects in the container. |
int |
hashCode()
the hashcode for this object |
boolean |
isAreChildrenViewable()
Indicates if the objects children are available for viewing in the tree-view. |
boolean |
isHasChildren()
Indicates if the catalog object have any children. |
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 TxObjectContainer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TxObjectContainer(Object obj) throws IOException
TxObjectContainer theTxObjectContainer = (TxObjectContainer) obj;
obj
to TxObjectContainer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean isHasChildren() throws IOException, AutomationException
isHasChildren
in interface ITxObjectContainer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumTxObject getChildren() throws IOException, AutomationException
getChildren
in interface ITxObjectContainer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAreChildrenViewable() throws IOException, AutomationException
isAreChildrenViewable
in interface ITxObjectContainer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITxCatalogObject addChild(ITxCatalogObject child) throws IOException, AutomationException
addChild
in interface ITxObjectContainer
child
- A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteChild(ITxCatalogObject child) throws IOException, AutomationException
deleteChild
in interface ITxObjectContainer
child
- A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws IOException, AutomationException
getCount
in interface ITxObjectContainer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void empty() throws IOException, AutomationException
This method empties the container.
empty
in interface ITxObjectContainer
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 |