com.esri.arcgis.carto
Interface esriOverposterPointPlacementMethod

All Superinterfaces:
Serializable

public interface esriOverposterPointPlacementMethod
extends Serializable

Overposter label placement methods for points.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAroundPoint
          Offset the label horizontally around the point.
static int esriOnTopPoint
          Place the label on top of the point.
static int esriRotationField
          Place the label at angle specified by field.
static int esriSpecifiedAngles
          Place the label at specified angles.
 

Field Detail

esriAroundPoint

static final int esriAroundPoint
Offset the label horizontally around the point.

See Also:
Constant Field Values

esriOnTopPoint

static final int esriOnTopPoint
Place the label on top of the point.

See Also:
Constant Field Values

esriSpecifiedAngles

static final int esriSpecifiedAngles
Place the label at specified angles.

See Also:
Constant Field Values

esriRotationField

static final int esriRotationField
Place the label at angle specified by field.

See Also:
Constant Field Values