com.esri.arcgis.trackinganalyst
Interface ITemporalLayer3

All Superinterfaces:
ITemporalLayer, java.io.Serializable
All Known Implementing Classes:
ITemporalLayer3Proxy

public interface ITemporalLayer3
extends ITemporalLayer, java.io.Serializable

COM Interface 'ITemporalLayer3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to manage temporal layer functionality.' 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 IIDdc282e34_0863_4102_a436_dd82bc15d875
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITemporalLayer
IID78c7430c_17cf_11d5_b7cf_00010265adc5
 
Method Summary
 IFeature getMostCurrentInTrack(java.lang.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
 

Field Detail

IIDdc282e34_0863_4102_a436_dd82bc15d875

static final int IIDdc282e34_0863_4102_a436_dd82bc15d875
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

getMostCurrentInTrack

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

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