com.esri.arcgis.carto
Interface esriOverposterPolygonPlacementMethod

All Superinterfaces:
Serializable

public interface esriOverposterPolygonPlacementMethod
extends Serializable

Overposter label placement methods for polygons.

Remarks

The esriAlwaysHorizontal option specifics that the label engine should place labels as horizontal text. The esriAlwaysStraight option specifies that the label engine should place labels as straight text with an angle determined from the shape of the polygon. The esriMixedStrategy option combines the Horizontal and Straight options with the label engine first trying to place a label horizontal followed by straight. Using the mixed strategy usually results in more placed labels as the label engine has more freedom of where to place the text. Any of these strategies can be used in cooperation with the IBasicOverposterLayerProperties4:PlaceOnlyInsidePolygon option which will only place labels if the label will fit wholly inside the polygon.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAlwaysHorizontal
          Place the label horizontal within polygon feature.
static int esriAlwaysStraight
          Place the label horizontal within polygon feature.
static int esriMixedStrategy
          Place the label using a mixed strategy within polygon feature.
 

Field Detail

esriAlwaysHorizontal

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

See Also:
Constant Field Values

esriAlwaysStraight

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

See Also:
Constant Field Values

esriMixedStrategy

static final int esriMixedStrategy
Place the label using a mixed strategy within polygon feature.

See Also:
Constant Field Values