S52Visualizer.OrganizeLabels Property
Gets or sets a value that specifies if the visualizer should try to avoid generating overlapping text labels.
Syntax
public AttributeVariable< System.Boolean > OrganizeLabels { get; set; }
Property Value
Default: false
A value that specifies if the visualizer should try to avoid generating overlapping text labels.
Remarks
If this property is True, and the visualizer is used under a LabelOrganizingLayer, text labels generated by the visualizer will organized, together with other labels under the same LabelOrganizingLayer.
No specific organizing settings can be specified, only removal of overlapping labels is supported. The settings used for these labels will be as if a LabelOrganizingSettings instance was used, with LabelOrganizingSettings.Count = 0, LabelOrganizingSettings.RemoveConflicts = True, and LabelOrganizingSettings.Priority = 1.0 for important text and 0.0 for other text.
Currently sounding labels are not affected by this and will always be rendered independently of other labels.
Using this feature may not be compliant with the S-52 standard.
Platforms
Windows, Linux, Android