Uses of Class
dk.tbsalling.aismessages.ais.messages.AISMessage
| Package | Description |
|---|---|
| dk.tbsalling.aismessages | |
| dk.tbsalling.aismessages.ais.messages |
-
Uses of AISMessage in dk.tbsalling.aismessages
Constructor parameters in dk.tbsalling.aismessages with type arguments of type AISMessage Constructor Description AISInputStreamReader(InputStream inputStream, Consumer<? super AISMessage> aisMessageConsumer)AISInputStreamReader(List<String> stringQueue, Consumer<? super AISMessage> aisMessageConsumer) -
Uses of AISMessage in dk.tbsalling.aismessages.ais.messages
Subclasses of AISMessage in dk.tbsalling.aismessages.ais.messages Modifier and Type Class Description classAddressedBinaryMessagean addressed point-to-point message with unspecified binary payload.classAddressedSafetyRelatedMessageclassAidToNavigationReportIdentification and location message to be emitted by aids to navigation such as buoys and lighthouses.classAssignedModeCommandused by a base station with control authority to configure the scheduling of AIS informational messages from subordinate stations, either as a frequency per 10-minute interval or by specifying the TDMA slot(s) offset on which those messages should be transmitted.classBaseStationReportThis message is to be used by fixed-location base stations to periodically report a position and time reference.classBinaryAcknowledgea receipt acknowledgement to the senders of a previous messages of type 6.classBinaryBroadcastMessagebroadcast message with unspecified binary payload.classBinaryMessageMultipleSlotclassBinaryMessageSingleSlotclassChannelManagementclassClassBCSStaticDataReportclassDataLinkManagementThis message is used to pre-allocate TDMA slots within an AIS base station network.classErrorIdentification and location message to be emitted by aids to navigation such as buoys and lighthouses.classExtendedClassBEquipmentPositionReportclassGNSSBinaryBroadcastMessageused to broadcast differential corrections for GPS.classGroupAssignmentCommandintended to be broadcast by a competent authority (an AIS network-control base station) to set to set operational parameters for all mobile stations in an AIS coverage regionclassInterrogationUsed by a base station to query one or two other AIS transceivers for status messages of specified types.classLongRangeBroadcastMessageclassPositionReportclassPositionReportClassAResponseToInterrogationclassPositionReportClassAScheduledclassPositionReportClassAAssignedScheduleclassSafetyRelatedAcknowledgeclassSafetyRelatedBroadcastMessageclassShipAndVoyageDataMessage has a total of 424 bits, occupying two AIVDM sentences.classStandardClassBCSPositionReportA less detailed report than types 1-3 for vessels using Class B transmitters.classStandardSARAircraftPositionReportclassUTCAndDateInquiryclassUTCAndDateResponseMethods in dk.tbsalling.aismessages.ais.messages that return AISMessage Modifier and Type Method Description static AISMessageAISMessage. create(Metadata metadata, dk.tbsalling.aismessages.nmea.tagblock.NMEATagBlock nmeaTagBlock, dk.tbsalling.aismessages.nmea.messages.NMEAMessage... nmeaMessages)Create proper type of AISMessage from 1..n NMEA messages, and attach metadata.static AISMessageAISMessage. create(dk.tbsalling.aismessages.nmea.messages.NMEAMessage... nmeaMessages)Create proper type of AISMessage from 1..n NMEA messages.