com.esri.arcgis.carto
Interface esriMaplexLinePlacementMethod

All Superinterfaces:
java.io.Serializable

public interface esriMaplexLinePlacementMethod
extends java.io.Serializable

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

Description: 'Identifies the Maplex overposter line labeling method.' 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 esriMaplexCenteredCurvedOnLine
          Place the label centered and curved on line.
static int esriMaplexCenteredHorizontalOnLine
          Place the label centered and horizontal on line.
static int esriMaplexCenteredPerpendicularOnLine
          Place the label centered and perpendicular on line.
static int esriMaplexCenteredStraightOnLine
          Place the label centered and straight on line.
static int esriMaplexOffsetCurvedFromLine
          Place the label offset and curved from line.
static int esriMaplexOffsetHorizontalFromLine
          Place the label offset and horizontal from line.
static int esriMaplexOffsetPerpendicularFromLine
          Place the label offset and perpendicular from line.
static int esriMaplexOffsetStraightFromLine
          Place the label offset and straight from line.
 

Field Detail

esriMaplexCenteredHorizontalOnLine

static final int esriMaplexCenteredHorizontalOnLine
Place the label centered and horizontal on line.

See Also:
Constant Field Values

esriMaplexCenteredStraightOnLine

static final int esriMaplexCenteredStraightOnLine
Place the label centered and straight on line.

See Also:
Constant Field Values

esriMaplexCenteredCurvedOnLine

static final int esriMaplexCenteredCurvedOnLine
Place the label centered and curved on line.

See Also:
Constant Field Values

esriMaplexCenteredPerpendicularOnLine

static final int esriMaplexCenteredPerpendicularOnLine
Place the label centered and perpendicular on line.

See Also:
Constant Field Values

esriMaplexOffsetHorizontalFromLine

static final int esriMaplexOffsetHorizontalFromLine
Place the label offset and horizontal from line.

See Also:
Constant Field Values

esriMaplexOffsetStraightFromLine

static final int esriMaplexOffsetStraightFromLine
Place the label offset and straight from line.

See Also:
Constant Field Values

esriMaplexOffsetCurvedFromLine

static final int esriMaplexOffsetCurvedFromLine
Place the label offset and curved from line.

See Also:
Constant Field Values

esriMaplexOffsetPerpendicularFromLine

static final int esriMaplexOffsetPerpendicularFromLine
Place the label offset and perpendicular from line.

See Also:
Constant Field Values