S52Visualizer.RadarSuppression Property
Gets or sets a value that controls the display of objects that should be displayed on top of, or suppressed by, a radar overlay.
Syntax
public S52RadarSuppression RadarSuppression { get; set; }
Property Value
Default: None
A value that controls the display of objects that should be displayed on top of, or suppressed by, a radar overlay
Remarks
This property can be used to mix the S-52 presentation with a radar image overlay, and make sure that some S-52 features are suppressed by the radar and others are not.
The property will make the visualizer simply discard S-52 features depending on their S-52 'overradar' flag. So to mix a radar overlay correctly with an S-52 layer, you need to duplicate the S-52 layer and set this property to HideOver in the first layer, to HideSuppressed in the second layer, and put the radar layer in between.
Platforms
Windows, Linux, Android