com.esri.arcgis.carto
Interface esriMaplexPointPlacementMethod

All Superinterfaces:
Serializable

public interface esriMaplexPointPlacementMethod
extends Serializable

Identifies the Maplex overposter point labeling method.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMaplexAroundPoint
          Place the label as best position around the point.
static int esriMaplexCenteredOnPoint
          Place the label on top of the point.
static int esriMaplexEastOfPoint
          Place the label at East of point.
static int esriMaplexNortheastOfPoint
          Place the label at Northeast of point.
static int esriMaplexNorthOfPoint
          Place the label at North of point.
static int esriMaplexNorthwestOfPoint
          Place the label at Northwest of Point.
static int esriMaplexSoutheastOfPoint
          Place the label at Southeast of Point.
static int esriMaplexSouthOfPoint
          Place the label at South of Point.
static int esriMaplexSouthwestOfPoint
          Place the label at Southwest of Point.
static int esriMaplexWestOfPoint
          Place the label at West of Point.
 

Field Detail

esriMaplexAroundPoint

static final int esriMaplexAroundPoint
Place the label as best position around the point.

See Also:
Constant Field Values

esriMaplexCenteredOnPoint

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

See Also:
Constant Field Values

esriMaplexNorthOfPoint

static final int esriMaplexNorthOfPoint
Place the label at North of point.

See Also:
Constant Field Values

esriMaplexNortheastOfPoint

static final int esriMaplexNortheastOfPoint
Place the label at Northeast of point.

See Also:
Constant Field Values

esriMaplexEastOfPoint

static final int esriMaplexEastOfPoint
Place the label at East of point.

See Also:
Constant Field Values

esriMaplexSoutheastOfPoint

static final int esriMaplexSoutheastOfPoint
Place the label at Southeast of Point.

See Also:
Constant Field Values

esriMaplexSouthOfPoint

static final int esriMaplexSouthOfPoint
Place the label at South of Point.

See Also:
Constant Field Values

esriMaplexSouthwestOfPoint

static final int esriMaplexSouthwestOfPoint
Place the label at Southwest of Point.

See Also:
Constant Field Values

esriMaplexWestOfPoint

static final int esriMaplexWestOfPoint
Place the label at West of Point.

See Also:
Constant Field Values

esriMaplexNorthwestOfPoint

static final int esriMaplexNorthwestOfPoint
Place the label at Northwest of Point.

See Also:
Constant Field Values