com.esri.arcgis.carto
Interface esriMaplexGraticuleAlignmentType

All Superinterfaces:
Serializable

public interface esriMaplexGraticuleAlignmentType
extends Serializable

Maplex zone identifier options.

Product Availability

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


Field Summary
static int esriMaplexGACurved
          Identifies a graticule alignment type that is curved with the graticule.
static int esriMaplexGACurvedNoFlip
          Identifies a graticule alignment type that is straight and labels are not automatically kepy upright.
static int esriMaplexGAStraight
          Identifies a graticule alignment type that is straight with the graticule.
static int esriMaplexGAStraightNoFlip
          Identifies a graticule alignment type that is straight and labels are not automatically kepy upright.
 

Field Detail

esriMaplexGAStraight

static final int esriMaplexGAStraight
Identifies a graticule alignment type that is straight with the graticule.

See Also:
Constant Field Values

esriMaplexGAStraightNoFlip

static final int esriMaplexGAStraightNoFlip
Identifies a graticule alignment type that is straight and labels are not automatically kepy upright.

See Also:
Constant Field Values

esriMaplexGACurved

static final int esriMaplexGACurved
Identifies a graticule alignment type that is curved with the graticule.

See Also:
Constant Field Values

esriMaplexGACurvedNoFlip

static final int esriMaplexGACurvedNoFlip
Identifies a graticule alignment type that is straight and labels are not automatically kepy upright.

See Also:
Constant Field Values