LabelOverlapStrategy

sealed class LabelOverlapStrategy

The strategy for whether another label is allowed to be placed over this feature or label.

Types

Link copied to clipboard
object Allow : LabelOverlapStrategy

The other label will be allowed to place itself in its preferred location, ignoring this obstacle.

Link copied to clipboard
object Automatic : LabelOverlapStrategy

The other label will use the default overlap behavior which depends on the object being overlapped. This value corresponds to no value being specified for a LabelDefinition overlap property.

Link copied to clipboard
object Avoid : LabelOverlapStrategy

The other label will move to minimize overlapping this obstacle, but will overlap if necessary. The other label can only move if its LabelDefinition.getDeconflictionStrategy() allows.

Link copied to clipboard
object Exclude : LabelOverlapStrategy

The other label will not be placed rather than overlap this obstacle. The other label can only move if its LabelDefinition.getDeconflictionStrategy() allows. If it cannot move, or if there is no free position available, then the other label will not be placed.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard