com.esri.arcgis.carto
Interface esriLabelRotationType

All Superinterfaces:
Serializable

public interface esriLabelRotationType
extends Serializable

Label rotation value options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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