com.esri.arcgis.carto
Interface esriMaplexPolygonPlacementMethod

All Superinterfaces:
Serializable

public interface esriMaplexPolygonPlacementMethod
extends Serializable

Identifies the Maplex overposter polygon labeling method.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMaplexCurvedAroundPolygon
          Place the label offset and curved around the polygon boundary.
static int esriMaplexCurvedInPolygon
          Place the label curved within polygon feature.
static int esriMaplexHorizontalAroundPolygon
          Place the label horizontal at best position around polygon feature.
static int esriMaplexHorizontalInPolygon
          Place the label horizontal within polygon feature.
static int esriMaplexRepeatAlongBoundary
          Place the label offset from boundary and repeated along boundary.
static int esriMaplexStraightInPolygon
          Place the label straight within polygon feature.
 

Field Detail

esriMaplexHorizontalInPolygon

static final int esriMaplexHorizontalInPolygon
Place the label horizontal within polygon feature.

See Also:
Constant Field Values

esriMaplexStraightInPolygon

static final int esriMaplexStraightInPolygon
Place the label straight within polygon feature.

See Also:
Constant Field Values

esriMaplexCurvedInPolygon

static final int esriMaplexCurvedInPolygon
Place the label curved within polygon feature.

See Also:
Constant Field Values

esriMaplexHorizontalAroundPolygon

static final int esriMaplexHorizontalAroundPolygon
Place the label horizontal at best position around polygon feature.

See Also:
Constant Field Values

esriMaplexRepeatAlongBoundary

static final int esriMaplexRepeatAlongBoundary
Place the label offset from boundary and repeated along boundary.

See Also:
Constant Field Values

esriMaplexCurvedAroundPolygon

static final int esriMaplexCurvedAroundPolygon
Place the label offset and curved around the polygon boundary.

See Also:
Constant Field Values