|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxEnumTrackId
COM Interface 'ITxEnumTrackId'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID057b4c30_5c61_4b6c_a24d_b02f98be418f
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID057b4c30_5c61_4b6c_a24d_b02f98be418f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||