com.esri.arcgis.carto
Interface esriSymbolRotationType

All Superinterfaces:
java.io.Serializable

public interface esriSymbolRotationType
extends java.io.Serializable

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

Description: 'Marker symbol rotation 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 esriRotateSymbolArithmetic
          Counter clockwise rotation with 0 at the positive x-axis.
static int esriRotateSymbolGeographic
          Clockwise rotation with 0 at the positive y-axis.
 

Field Detail

esriRotateSymbolGeographic

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

See Also:
Constant Field Values

esriRotateSymbolArithmetic

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

See Also:
Constant Field Values