public interface AISMessage05 extends AISMessage
Modifier and Type | Method and Description |
---|---|
int |
getAISVersionIndicator()
Returns the AIS version indicator for the current message.
|
int |
getBow()
Returns the distance from the reference point to the bow.
|
String |
getCallSign()
Returns the call sign of the transmitting ship.
|
String |
getDestination()
Returns the destination.
|
int |
getETADay()
Returns the day of estimated time of arrival.
|
int |
getETAHour()
Returns the hour of estimated time of arrival.
|
int |
getETAMinute()
Return the minute of estimated time of arrival.
|
int |
getETAMonth()
Returns the month of the estimated time of arrival.
|
int |
getIMONumber()
Returns the IMO number of the transmitting ship.
|
int |
getMaximumDraught()
Returns the maximum draught.
|
String |
getName()
Returns the name of the transmitting ship.
|
int |
getPort()
Returns the distance from the reference point to the port side of the ship.
|
int |
getStarboard()
Returns the distance from the reference point to the starboard side of the ship.
|
int |
getStern()
Returns the distance from the reference point to the stern of the ship.
|
int |
getTypeOfEPFD()
Returns the type of electronic position fixing device.
|
int |
getTypeOfShipAndCargoType()
Returns the type of ship and cargo.
|
getMessageType, getMMSI, getRepeatIndicator
int getAISVersionIndicator()
int getIMONumber()
String getCallSign()
String getName()
int getTypeOfShipAndCargoType()
int getBow()
int getStern()
int getPort()
int getStarboard()
int getTypeOfEPFD()
int getETAMonth()
int getETADay()
int getETAHour()
int getETAMinute()
int getMaximumDraught()
String getDestination()
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.