com.esri.arcgis.carto
Interface esriLabelRotationType

All Superinterfaces:
java.io.Serializable

public interface esriLabelRotationType
extends java.io.Serializable

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

Description: 'Label rotation value options.' 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 esriRotateLabelArithmetic
          Counter clockwise rotation with 0 at the positive x-axis.
static int esriRotateLabelAV3
          Values are given in AV3 counter clockwise rotation with 0 at the positive y-axis.
static int esriRotateLabelGeographic
          Clockwise rotation with 0 at the positive y-axis.
static int esriRotateLabelRadians
          Values are given in radians.
 

Field Detail

esriRotateLabelGeographic

static final int esriRotateLabelGeographic
Clockwise rotation with 0 at the positive y-axis.

See Also:
Constant Field Values

esriRotateLabelArithmetic

static final int esriRotateLabelArithmetic
Counter clockwise rotation with 0 at the positive x-axis.

See Also:
Constant Field Values

esriRotateLabelRadians

static final int esriRotateLabelRadians
Values are given in radians.

See Also:
Constant Field Values

esriRotateLabelAV3

static final int esriRotateLabelAV3
Values are given in AV3 counter clockwise rotation with 0 at the positive y-axis.

See Also:
Constant Field Values