Module dk.tbsalling.ais.messages
Interface DynamicDataReport
- All Superinterfaces:
DataReport
- All Known Subinterfaces:
ExtendedDynamicDataReport
- All Known Implementing Classes:
ExtendedClassBEquipmentPositionReport,LongRangeBroadcastMessage,PositionReport,PositionReportClassAResponseToInterrogation,PositionReportClassAScheduled,PositionReportClassAAssignedSchedule,StandardClassBCSPositionReport,StandardSARAircraftPositionReport
public interface DynamicDataReport extends DataReport
-
Method Summary
Modifier and Type Method Description FloatgetCourseOverGround()FloatgetLatitude()FloatgetLongitude()IntegergetRawCourseOverGround()IntegergetRawLatitude()IntegergetRawLongitude()IntegergetRawSpeedOverGround()FloatgetSpeedOverGround()Methods inherited from interface dk.tbsalling.aismessages.ais.messages.DataReport
getTransponderClass
-
Method Details
-
getLatitude
Float getLatitude() -
getRawLatitude
Integer getRawLatitude() -
getLongitude
Float getLongitude() -
getRawLongitude
Integer getRawLongitude() -
getSpeedOverGround
Float getSpeedOverGround() -
getRawSpeedOverGround
Integer getRawSpeedOverGround() -
getCourseOverGround
Float getCourseOverGround() -
getRawCourseOverGround
Integer getRawCourseOverGround()
-