Namespace NominalSystems.Maritime
Classes
- AISConnection
This class handles an interface with the Automatic Identification System (AIS) for Marine vessels. This class allows for a connection to be made with a Web Socket and the AIS API and for making requests to the system. A valid API key must be present for this system to work correctly.
- MaritimeSubsystem
The vessel subsystem is able to keep track of vessels and manage the AIS integration for the vessels and messages.
- PositionReportMessage
The position report message includes data about the vessel information from the AIS system.
- Vessel
This class defines a vessel that can represent the state of a particular object at sea based on the AIS information.