com.esri.arcgis.animation
Interface esriFlyFromPathType

All Superinterfaces:
java.io.Serializable

public interface esriFlyFromPathType
extends java.io.Serializable

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

Description: 'Tracking modes when importing flyby from a path.' 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 esriFlyFromPathObsAndTarget
          Move both observer and target along path.
static int esriFlyFromPathObserver
          Move only observer along path.
static int esriFlyFromPathTarget
          Move only target along path.
 

Field Detail

esriFlyFromPathObsAndTarget

static final int esriFlyFromPathObsAndTarget
Move both observer and target along path.

See Also:
Constant Field Values

esriFlyFromPathObserver

static final int esriFlyFromPathObserver
Move only observer along path.

See Also:
Constant Field Values

esriFlyFromPathTarget

static final int esriFlyFromPathTarget
Move only target along path.

See Also:
Constant Field Values