public interface ITxEnumTrackId
extends java.io.Serializable
Description: 'Provides access to the list of unique Track IDs.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID057b4c30_5c61_4b6c_a24d_b02f98be418f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFirstTrackId()
Retrives the first Track ID in the list.
|
ITime |
getLastUpdateTime(java.lang.String trackId)
Returns the time that a given track was last updated.
|
java.lang.String |
getNextTrackId()
Retrives the next Track ID in the list.
|
ISelectionSet |
getTrackFeatures(java.lang.String trackId)
Returns a selection set of features in a given track.
|
java.lang.String[] |
getTrackIds()
Retrives the Track ID list.
|
void |
queryTrackTimeExtent(java.lang.String trackId,
ITime[] startTime,
ITime[] endTime)
Returns the start and end times of a given track.
|
static final int IID057b4c30_5c61_4b6c_a24d_b02f98be418f
static final int xxDummy
static final java.lang.String IID
java.lang.String getFirstTrackId() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNextTrackId() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String[] getTrackIds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISelectionSet getTrackFeatures(java.lang.String trackId) throws java.io.IOException, AutomationException
trackId
- The trackId (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITime getLastUpdateTime(java.lang.String trackId) throws java.io.IOException, AutomationException
trackId
- The trackId (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryTrackTimeExtent(java.lang.String trackId, ITime[] startTime, ITime[] endTime) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.