com.esri.arcgis.trackinganalyst
Interface ITemporalLayer3

All Superinterfaces:
ITemporalLayer, Serializable

public interface ITemporalLayer3
extends ITemporalLayer, Serializable

Provides access to properties and methods needed to manage temporal layer functionality.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 IFeature getMostCurrentInTrack(String trackName)
          Returns the most current feature within the given track.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalLayer
draw, getActionCollection, getAreaOfInterest, getEventIDFieldName, getFeatureCacheWindow, getMaximumScale, getMinimumScale, getName, getRelativeTimeColor, getRelativeTimeOperator, getRenderer, getSupportedDrawPhases, getTemporalFieldName, getTemporalLegendGroup, getTemporalReference, getTipText, isCached, isCacheFeatures, isDisplayFutureEvents, isDisplayOnlyLastKnownEvent, isShowTips, isValid, isVisible, processActions, queryTemporalExtent, setActionCollectionByRef, setCached, setCacheFeatures, setDisplayFutureEvents, setDisplayOnlyLastKnownEvent, setFeatureCacheWindow, setMaximumScale, setMinimumScale, setName, setRelativeTimeColor, setRelativeTimeOperator, setRendererByRef, setShowTips, setSpatialReferenceByRef, setTemporalLegendGroupByRef, setTemporalReferenceByRef, setVisible, suspendIndexing
 

Method Detail

getMostCurrentInTrack

IFeature getMostCurrentInTrack(String trackName)
                               throws IOException,
                                      AutomationException
Returns the most current feature within the given track.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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