|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxObjectFilter
Provides access to allow objects to filter the contents of the Tracking Catalog.
| Method Summary | |
|---|---|
boolean |
canChooseObject(ITxCatalogObject piObject)
Indicates if the given object can be chosen. |
boolean |
canDisplayObject(ITxCatalogObject piObject)
Indicates if the given object can be displayed. |
String |
getDescription()
A string that describes what this filter does. |
String |
getName()
A user-friendly name identifying this filter. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canDisplayObject(ITxCatalogObject piObject)
throws IOException,
AutomationException
piObject - A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canChooseObject(ITxCatalogObject piObject)
throws IOException,
AutomationException
piObject - A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject (in)
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 | ||||||||