com.esri.arcgis.carto
Interface esriMaplexGraticuleAlignmentType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexGraticuleAlignmentType
extends java.io.Serializable

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

Description: 'Maplex zone identifier 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 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