com.esri.arcgis.geodatabaseextensions
Interface ITxEnumTrackId

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITxEnumTrackIdProxy, TemporalFeatureClass, TemporalRecordSet

public interface ITxEnumTrackId
extends java.io.Serializable

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

IID057b4c30_5c61_4b6c_a24d_b02f98be418f

static final int IID057b4c30_5c61_4b6c_a24d_b02f98be418f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFirstTrackId

java.lang.String getFirstTrackId()
                                 throws java.io.IOException,
                                        AutomationException
Retrives the first Track ID in the list.

Returns:
The trackId
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNextTrackId

java.lang.String getNextTrackId()
                                throws java.io.IOException,
                                       AutomationException
Retrives the next Track ID in the list.

Returns:
The trackId
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackIds

java.lang.String[] getTrackIds()
                               throws java.io.IOException,
                                      AutomationException
Retrives the Track ID list.

Returns:
The trackIds
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackFeatures

ISelectionSet getTrackFeatures(java.lang.String trackId)
                               throws java.io.IOException,
                                      AutomationException
Returns a selection set of features in a given track.

Parameters:
trackId - The trackId (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastUpdateTime

ITime getLastUpdateTime(java.lang.String trackId)
                        throws java.io.IOException,
                               AutomationException
Returns the time that a given track was last updated.

Parameters:
trackId - The trackId (in)
Returns:
A reference to a com.esri.arcgis.system.ITime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTrackTimeExtent

void queryTrackTimeExtent(java.lang.String trackId,
                          ITime[] startTime,
                          ITime[] endTime)
                          throws java.io.IOException,
                                 AutomationException
Returns the start and end times of a given track.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.