com.esri.arcgis.trackinganalyst
Interface ITimeControl2

All Superinterfaces:
ITimeControl, ITimeControlBase, java.io.Serializable
All Known Implementing Classes:
ITimeControl2Proxy

public interface ITimeControl2
extends ITimeControl, java.io.Serializable

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

Description: 'Provides access to methods and properties needed to manage Playback Manager functions.' 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 IID4af10528_45a0_44eb_9e98_6e3325b9e8be
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITimeControl
IIDa2403fa8_2760_11d5_b7dd_00010265adc5
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITimeControlBase
IID5ac64f00_5c11_11d5_b7ec_00010265adc5
 
Method Summary
 IBasicMap getCurrentBasicMap()
          Indicates value of the current basicmap display during playback.
 void setCurrentBasicMapByRef(IBasicMap ppiCurrentMap)
          Indicates value of the current basicmap display during playback.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITimeControl
addTemporalReference, getCurrentMap, getCurrentTime, getDefaultDateFormat, getEndTime, getHistogramBackgroundColor, getHistogramFillColor, getHistogramOutlineColor, getHWnd, getNudgeMethod, getNumberOfSamples, getPlaySpeedFactor, getStartTime, getStatus, getTemporalMode, getTemporalReference, getTemporalReferenceCount, getTimeSequenceInterval, getTimeSequenceRate, getTimeSequenceUnits, getWindowTitle, isHideHistogram, isPlayContinously, isUpdateDisplay, isVisible, monitor, play, removeAllTemporalReferences, removeTemporalReference, setCurrentMapByRef, setCurrentTime, setDefaultDateFormat, setEndTime, setHideHistogram, setHistogramBackgroundColor, setHistogramFillColor, setHistogramOutlineColor, setNudgeMethod, setNumberOfSamples, setPlayContinously, setPlaySpeedFactor, setStartTime, setTemporalMode, setTemporalReferencesFromMap, setTimeRangeFromLayers, setTimeSequenceRate, setUpdateDisplay, setVisible, setWindowTitle, stop
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITimeControlBase
setTimeSequenceInterval
 

Field Detail

IID4af10528_45a0_44eb_9e98_6e3325b9e8be

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

getCurrentBasicMap

IBasicMap getCurrentBasicMap()
                             throws java.io.IOException,
                                    AutomationException
Indicates value of the current basicmap display during playback.

Returns:
A reference to a com.esri.arcgis.carto.IBasicMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentBasicMapByRef

void setCurrentBasicMapByRef(IBasicMap ppiCurrentMap)
                             throws java.io.IOException,
                                    AutomationException
Indicates value of the current basicmap display during playback.

Parameters:
ppiCurrentMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.