com.esri.arcgis.carto
Interface esriServerLineLabelPlacementType

All Superinterfaces:
Serializable

public interface esriServerLineLabelPlacementType
extends Serializable

Line Label Placement Type.

Product Availability

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


Field Summary
static int esriServerLinePlacementAboveAfter
          Line Label Placement Above After.
static int esriServerLinePlacementAboveAlong
          Line Label Placement Above Along.
static int esriServerLinePlacementAboveBefore
          Line Label Placement Above Before.
static int esriServerLinePlacementAboveEnd
          Line Label Placement Above End.
static int esriServerLinePlacementAboveStart
          Line Label Placement Above Start.
static int esriServerLinePlacementBelowAfter
          Line Label Placement Below After.
static int esriServerLinePlacementBelowAlong
          Line Label Placement Blow Along.
static int esriServerLinePlacementBelowBefore
          Line Label Placement Below Before.
static int esriServerLinePlacementBelowEnd
          Line Label Placement Below End.
static int esriServerLinePlacementBelowStart
          Line Label Placement Below Start.
static int esriServerLinePlacementCenterAfter
          Line Label Placement Center After.
static int esriServerLinePlacementCenterAlong
          Line Label Placement Center Along.
static int esriServerLinePlacementCenterBefore
          Line Label Placement Center Before.
static int esriServerLinePlacementCenterEnd
          Line Label Placement Center End.
static int esriServerLinePlacementCenterStart
          Line Label Placement Center Start.
 

Field Detail

esriServerLinePlacementAboveAfter

static final int esriServerLinePlacementAboveAfter
Line Label Placement Above After.

See Also:
Constant Field Values

esriServerLinePlacementAboveAlong

static final int esriServerLinePlacementAboveAlong
Line Label Placement Above Along.

See Also:
Constant Field Values

esriServerLinePlacementAboveBefore

static final int esriServerLinePlacementAboveBefore
Line Label Placement Above Before.

See Also:
Constant Field Values

esriServerLinePlacementAboveStart

static final int esriServerLinePlacementAboveStart
Line Label Placement Above Start.

See Also:
Constant Field Values

esriServerLinePlacementAboveEnd

static final int esriServerLinePlacementAboveEnd
Line Label Placement Above End.

See Also:
Constant Field Values

esriServerLinePlacementBelowAfter

static final int esriServerLinePlacementBelowAfter
Line Label Placement Below After.

See Also:
Constant Field Values

esriServerLinePlacementBelowAlong

static final int esriServerLinePlacementBelowAlong
Line Label Placement Blow Along.

See Also:
Constant Field Values

esriServerLinePlacementBelowBefore

static final int esriServerLinePlacementBelowBefore
Line Label Placement Below Before.

See Also:
Constant Field Values

esriServerLinePlacementBelowStart

static final int esriServerLinePlacementBelowStart
Line Label Placement Below Start.

See Also:
Constant Field Values

esriServerLinePlacementBelowEnd

static final int esriServerLinePlacementBelowEnd
Line Label Placement Below End.

See Also:
Constant Field Values

esriServerLinePlacementCenterAfter

static final int esriServerLinePlacementCenterAfter
Line Label Placement Center After.

See Also:
Constant Field Values

esriServerLinePlacementCenterAlong

static final int esriServerLinePlacementCenterAlong
Line Label Placement Center Along.

See Also:
Constant Field Values

esriServerLinePlacementCenterBefore

static final int esriServerLinePlacementCenterBefore
Line Label Placement Center Before.

See Also:
Constant Field Values

esriServerLinePlacementCenterStart

static final int esriServerLinePlacementCenterStart
Line Label Placement Center Start.

See Also:
Constant Field Values

esriServerLinePlacementCenterEnd

static final int esriServerLinePlacementCenterEnd
Line Label Placement Center End.

See Also:
Constant Field Values