com.esri.arcgis.carto
Interface esriSymbolRotationType

All Superinterfaces:
Serializable

public interface esriSymbolRotationType
extends Serializable

Marker symbol rotation options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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