com.esri.arcgis.animation
Interface esriPathAngleCalculation

All Superinterfaces:
java.io.Serializable

public interface esriPathAngleCalculation
extends java.io.Serializable

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

Description: 'Options for orientation 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 esriAngleAddRelative
          Add an angle relative to the value given by the path.
static int esriAngleUseAbsolute
          Use a fix absolute value.
 

Field Detail

esriAngleUseAbsolute

static final int esriAngleUseAbsolute
Use a fix absolute value.

See Also:
Constant Field Values

esriAngleAddRelative

static final int esriAngleAddRelative
Add an angle relative to the value given by the path.

See Also:
Constant Field Values