com.esri.arcgis.carto
Interface esriMaplexOffsetAlongLineMethod

All Superinterfaces:
Serializable

public interface esriMaplexOffsetAlongLineMethod
extends Serializable

Methods used to place label along line.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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