com.esri.arcgis.trackinganalyst
Interface enumPlaybackNudgeMethod

All Superinterfaces:
java.io.Serializable

public interface enumPlaybackNudgeMethod
extends java.io.Serializable

Constants from enumPlaybackNudgeMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Playback Nudge Method Enum.' 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 int enumPlaybackNudgeMethod_NextSample
          Advance the playbacks current time to the next histogram sample.
static int enumPlaybackNudgeMethod_PlaybackRate
          Advance playbacks current time to the next time according to the current playback rate.
 

Field Detail

enumPlaybackNudgeMethod_PlaybackRate

static final int enumPlaybackNudgeMethod_PlaybackRate
Advance playbacks current time to the next time according to the current playback rate.

See Also:
Constant Field Values

enumPlaybackNudgeMethod_NextSample

static final int enumPlaybackNudgeMethod_NextSample
Advance the playbacks current time to the next histogram sample.

See Also:
Constant Field Values