|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxEnumTrackId
Provides access to the list of unique Track IDs.
| Method Summary | |
|---|---|
String |
getFirstTrackId()
Retrives the first Track ID in the list. |
ITime |
getLastUpdateTime(String trackId)
Returns the time that a given track was last updated. |
String |
getNextTrackId()
Retrives the next Track ID in the list. |
ISelectionSet |
getTrackFeatures(String trackId)
Returns a selection set of features in a given track. |
String[] |
getTrackIds()
Retrives the Track ID list. |
void |
queryTrackTimeExtent(String trackId,
ITime[] startTime,
ITime[] endTime)
Returns the start and end times of a given track. |
| Method Detail |
|---|
String getFirstTrackId()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getNextTrackId()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String[] getTrackIds()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISelectionSet getTrackFeatures(String trackId)
throws IOException,
AutomationException
trackId - The trackId (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITime getLastUpdateTime(String trackId)
throws IOException,
AutomationException
trackId - The trackId (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryTrackTimeExtent(String trackId,
ITime[] startTime,
ITime[] endTime)
throws IOException,
AutomationException
trackId - The trackId (in)startTime - A reference to a com.esri.arcgis.system.ITime (out: use single element array)endTime - A reference to a com.esri.arcgis.system.ITime (out: use single element array)
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 | ||||||||