|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxCatalogObject
Provides access to properties and methods common to all Catalog objects.
| Method Summary | |
|---|---|
void |
attach(ITxCatalogObject parent,
ITxCatalog pCatalog)
Attaches the object to its parent and the catalog. |
void |
detach()
Instructs the object to detach itself from its parent and the catalog. |
String |
getBaseName()
The base name of the object (i.e. |
String |
getCategory()
The category of the object. |
IUID |
getClassID()
The class ID of this object. |
String |
getFullName()
The full name of the object. |
IName |
getInternalObjectName()
The Name for the internal object that this GxObject represents. |
String |
getName()
The short name of the object. |
ITxCatalogObject |
getParent()
The parent of the object. |
boolean |
isValid()
Indicates if the object is still valid. |
void |
refresh()
Updates the object and any children of the object. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFullName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getBaseName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCategory()
throws IOException,
AutomationException
This property indicates the category of the object (e.g., Shapefile Feature Class).
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITxCatalogObject getParent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getClassID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IName getInternalObjectName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isValid()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void attach(ITxCatalogObject parent,
ITxCatalog pCatalog)
throws IOException,
AutomationException
parent - A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)pCatalog - A reference to a com.esri.arcgis.trackinganalyst.ITxCatalog (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void detach()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refresh()
throws IOException,
AutomationException
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 | ||||||||