Label Multipart Strategy
The strategy for the number of labels to be placed on a multi-part feature.
Since
200.1.0
Inheritors
Types
Labeling will use the default distribution of labels across multi-part features. This depends on Feature type:
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.
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.
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.
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.