S52AmlViewingGroupFilter Class
Specifies which layers of S52 AML viewing groups that are visible.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class S52AmlViewingGroupFilter : S52ViewingGroupFilter
Remarks
An instance of this class can be used as an S52Visualizer.ViewingGroupFilter to give more fine-grained filtering of object visualizations than the coarser S52Visualizer.DisplayCategory allows.
The fine-grained control works on so-called layers. The S-52 visualizations are aggregated into viewing groups, which are aggregated into viewing group layers. For each layer, this class has a property that can decide whether or not the viewing groups in the layer are visible. The property value can be Hidden, Visible or Auto (see S52ViewingGroupVisibility), where the Auto value lets the visibility be decided by the S52Visualizer.DisplayCategory.
Note that S-57 data come in two flavors, AML and ENC, with more layers in the AML flavor:
For S-57 AML data (Additional Military Layers), this class controls all the available viewing group layers.
For S-57 ENC data, the properties in this class whose name start with aml will have no effect, and you could just as well use an instance of the base class S52ViewingGroupFilter.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
S52ViewingGroupFilter
S52AmlViewingGroupFilter
Platforms
Windows, Linux, Android
S52AmlViewingGroupFilter Members
The S52AmlViewingGroupFilter type has the following members.
Constructors
Name | Description |
---|---|
S52AmlViewingGroupFilter | Initializes a new instance of the S52AmlViewingGroupFilter. |
Properties
Name | Description |
---|---|
AmlAero | Gets or sets a value that controls the display of the AML layer Aero. |
AmlBeachAndLanding | Gets or sets a value that controls the display of the AML layer Beach and Landing Information. |
AmlBottomObjects | Gets or sets a value that controls the display of the AML layer Bottom Objects. |
AmlGeology | Gets or sets a value that controls the display of the AML layer Geology. |
AmlIce | Gets or sets a value that controls the display of the AML layer Ice Information. |
AmlIntelligence | Gets or sets a value that controls the display of the AML layer Intelligence. |
AmlMetadata | Gets or sets a value that controls the display of the AML layer Metadata. |
AmlMines | Gets or sets a value that controls the display of the AML layer Mines. |
AmlRoutesAndAreas | Gets or sets a value that controls the display of the AML layer Routes and Areas. |
AmlSeabed | Gets or sets a value that controls the display of AML layer Seabed Information. |
ArchipelagicSeaLanes | Gets or sets a value that controls the display of archipelagic sea lanes. Inherited from S52ViewingGroupFilter |
BoundariesLimits | Gets or sets a value that controls the display of boundaries and limits. Inherited from S52ViewingGroupFilter |
BuoysBeaconsNavaids | Gets or sets a value that controls the display of buoys, beacons and aids to navigation. Inherited from S52ViewingGroupFilter |
BuoysBeaconsStructures | Gets or sets a value that controls the display of buoys, beacons and structures. Inherited from S52ViewingGroupFilter |
CautionaryNotes | Gets or sets a value that controls the display of cautionary notes. Inherited from S52ViewingGroupFilter |
DepthContours | Gets or sets a value that controls the display of depth contours. Inherited from S52ViewingGroupFilter |
DryingLine | Gets or sets a value that controls the display of drying lines. Inherited from S52ViewingGroupFilter |
IsDisposed | Gets a value that tells whether the current S52AmlViewingGroupFilter has been disposed. Inherited from EngineObject |
IsolatedDangers | Gets or sets a value that controls the display of isolated dangers. Inherited from S52ViewingGroupFilter |
Lights | Gets or sets a value that controls the display of lights. Inherited from S52ViewingGroupFilter |
MagneticVariation | Gets or sets a value that controls the display of magnetic variation. Inherited from S52ViewingGroupFilter |
MiscellaneousOther | Gets or sets a value that controls the display of miscellaneous features in display category 'Other'. Inherited from S52ViewingGroupFilter |
MiscellaneousStandard | Gets or sets a value that controls the display of miscellaneous features in display category 'Standard'. Inherited from S52ViewingGroupFilter |
Name | Gets or sets the name of the S52AmlViewingGroupFilter. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current S52AmlViewingGroupFilter represents. Inherited from EngineObject |
ProhibitedRestrictedAreas | Gets or sets a value that controls the display of prohibited and restricted areas. Inherited from S52ViewingGroupFilter |
Routing | Gets or sets a value that controls the display of ships' routing systems and ferry lines. Inherited from S52ViewingGroupFilter |
Seabed | Gets or sets a value that controls the display of seabed features. Inherited from S52ViewingGroupFilter |
Soundings | Gets or sets a value that controls the display of soundings. Inherited from S52ViewingGroupFilter |
SubmarineCablesPipelines | Gets or sets a value that controls the display of submarine cables and pipelines. Inherited from S52ViewingGroupFilter |
Tidal | Gets or sets a value that controls the display of tidal features. Inherited from S52ViewingGroupFilter |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
ViewingGroupOverride | Gets or sets a value that controls the display of individual viewing groups. Inherited from S52ViewingGroupFilter |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |