LabelMultipartStrategy

The strategy for the number of labels to be placed on a multi-part feature.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

Labeling will use the default distribution of labels across multi-part features. This depends on Feature type:

Link copied to clipboard

If a feature consists of multiple parts, only the largest one will be assigned a label. If a line feature consists of multiple part geometries, or a polygon feature consists of multiple ring geometries, only the largest one will be assigned a label.

Link copied to clipboard

One label per feature, but not supported yet in this API. The intended use is to place one label to represent each feature, even if the feature is made up of multiple parts. For example, a single label is placed at the center of a group of point parts, not necessarily at the position of any individual part.

Link copied to clipboard

If a feature consists of multiple geometries, each geometry will be assigned a label. If a line feature consists of multiple line geometries, or a polygon feature consists of multiple ring geometries, each geometry will be assigned a label.

Link copied to clipboard

One label per segment, but not supported yet in this API. The intended use is to place a label on each segment of each line geometry.