Labeling Placement
An enumeration of labeling placement options. This is used to specify the preferred position of the text label, with respect to its feature geometry.
Since
200.1.0
Inheritors
Types
Default position for the label, dependent on the type of feature being labeled.
Lower-left corner of label is at final geometry coord; label extrapolates the last geometry segment.
Lower midpoint of label prefers the midpoint of the geometry; label follows the geometry segments.
Lower right corner of label is at first geometry coord; label extrapolates the first geometry segment.
Lower right corner of label is at final geometry coord; label follows the last geometry segments.
Lower left corner of label is at first geometry coord, label follows the first geometry segments.
Upper left corner of label is at final geometry coord, label extrapolates the last geometry segment.
Upper midpoint of label prefers the midpoint of the geometry, label follows the geometry segments.
Upper right corner of label is at first geometry coord, label extrapolates the first geometry segment.
Upper right corner of label is at final geometry coord, label follows the last geometry segments.
Upper left corner of label is at first geometry coord, label follows the first geometry segments.
Left midpoint of label is at final geometry coord, label extrapolates the last geometry segment.
Center of label prefers the midpoint of the geometry, label follows the geometry segments.
Right midpoint of label is at first geometry coord, label extrapolates the first geometry segment.
Right midpoint of label is at final geometry coord, label follows the last geometry segments.
Left midpoint of label is at first geometry coord, label follows the first geometry segments.
Lower midpoint of label is offset north of point symbol.
Lower-right corner of the label is offset northwest of point symbol.
Lower left corner of the label is offset North-east of point symbol.
Upper midpoint of label is offset South of point symbol.
Upper right corner of the label is offset South-west of point symbol.
Upper left corner of the label is offset South-east of point symbol.
Center of label is placed on geometry point.
Right midpoint of label is offset West of point symbol.
Left midpoint of label is offset East of point symbol.
Center of label is as far inside polygon as possible. Note that if a polygon contains holes (defined as counter-clockwise rings), labels will not be placed within those holes.
Preferred placement position has not been specified.