Label Remove Duplicates Strategy
The strategy for whether labels should be removed if they have the same text as other labels, to reduce clutter and free up space.
Since
200.1.0
Inheritors
Types
Remove nearby duplicate labels. The distance within which to look for duplicates is controlled by LabelDefinition.removeDuplicatesDistance.
The default approach to duplicate labels to is keep them (LabelRemoveDuplicatesStrategy.None). This value corresponds to no value being specified for a LabelDefinition.removeDuplicatesStrategy property.
Remove nearby duplicate labels, if they belong to the same Feature Type. Two features are considered the same type if they are both point features, both line features or both polygon features. The distance within which to look for duplicates is controlled by LabelDefinition.removeDuplicatesDistance.
Remove nearby duplicate labels, if they below to the same Label Class. Two labels are considered the same Label Class if they are both created from the same LabelDefinition. The distance within which to look for duplicates is controlled by LabelDefinition.removeDuplicatesDistance.
No duplicates should be removed. Place all labels on the map, regardless of duplicates.