S52RadarSuppression Enumeration
Specifies flags used to correctly mix S52 rendering with a radar image overlay.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum S52RadarSuppressionValues
| Value name | Value | Description |
|---|---|---|
| None | 0 | The default, used when no radar image is displayed. All objects are rendered, regardless of their S-52 overradar flag. |
| HideSuppressed | 1 | Objects with overradar flag = S (suppressed) will not be rendered. |
| HideOver | 2 | Objects with overradar flag = O (over) will not be rendered. |
Platforms
Windows, Linux, Android