com.esri.arcgis.carto
Interface esriMaplexOffsetAlongLineMethod

All Superinterfaces:
java.io.Serializable

public interface esriMaplexOffsetAlongLineMethod
extends java.io.Serializable

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

Description: 'Methods used to place label along line.' 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 esriMaplexAfterEndOfLine
          Place the label after the end of line.
static int esriMaplexAlongLineFromEnd
          Place the label along the line from end.
static int esriMaplexAlongLineFromStart
          Place the label along the line from the start.
static int esriMaplexBeforeStartOfLine
          Place label before the start of the line.
static int esriMaplexBestPositionAlongLine
          Place the label as best position along the line.
 

Field Detail

esriMaplexBestPositionAlongLine

static final int esriMaplexBestPositionAlongLine
Place the label as best position along the line.

See Also:
Constant Field Values

esriMaplexBeforeStartOfLine

static final int esriMaplexBeforeStartOfLine
Place label before the start of the line.

See Also:
Constant Field Values

esriMaplexAlongLineFromStart

static final int esriMaplexAlongLineFromStart
Place the label along the line from the start.

See Also:
Constant Field Values

esriMaplexAlongLineFromEnd

static final int esriMaplexAlongLineFromEnd
Place the label along the line from end.

See Also:
Constant Field Values

esriMaplexAfterEndOfLine

static final int esriMaplexAfterEndOfLine
Place the label after the end of line.

See Also:
Constant Field Values