|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AISMessageType | |
|---|---|
| dk.tbsalling.aismessages.messages | |
| dk.tbsalling.aismessages.messages.types | |
| Uses of AISMessageType in dk.tbsalling.aismessages.messages |
|---|
| Methods in dk.tbsalling.aismessages.messages that return AISMessageType | |
|---|---|
AISMessageType |
EncodedAISMessage.getMessageType()
|
AISMessageType |
DecodedAISMessage.getMessageType()
|
| Constructors in dk.tbsalling.aismessages.messages with parameters of type AISMessageType | |
|---|---|
DecodedAISMessage(AISMessageType messageType,
Integer repeatIndicator,
MMSI sourceMmsi)
|
|
PositionReport(AISMessageType messageType,
Integer repeatIndicator,
MMSI sourceMmsi,
NavigationStatus navigationStatus,
Integer rateOfTurn,
Float speedOverGround,
Boolean positionAccurate,
Float latitude,
Float longitude,
Float courseOverGround,
Integer trueHeading,
Integer second,
ManeuverIndicator maneuverIndicator,
Boolean raimFlag)
|
|
PositionReportClassAResponseToInterrogation(AISMessageType messageType,
Integer repeatIndicator,
MMSI sourceMmsi,
NavigationStatus navigationStatus,
Integer rateOfTurn,
Float speedOverGround,
Boolean positionAccurate,
Float latitude,
Float longitude,
Float courseOverGround,
Integer trueHeading,
Integer second,
ManeuverIndicator maneuverIndicator,
Boolean raimFlag)
|
|
PositionReportClassAScheduled(AISMessageType messageType,
Integer repeatIndicator,
MMSI sourceMmsi,
NavigationStatus navigationStatus,
Integer rateOfTurn,
Float speedOverGround,
Boolean positionAccurate,
Float latitude,
Float longitude,
Float courseOverGround,
Integer trueHeading,
Integer second,
ManeuverIndicator maneuverIndicator,
Boolean raimFlag)
|
|
PositionReportClassAAssignedSchedule(AISMessageType messageType,
Integer repeatIndicator,
MMSI mmsi,
NavigationStatus navigationStatus,
Integer rateOfTurn,
Float speedOverGround,
Boolean positionAccurate,
Float latitude,
Float longitude,
Float courseOverGround,
Integer trueHeading,
Integer second,
ManeuverIndicator maneuverIndicator,
Boolean raimFlag)
|
|
| Uses of AISMessageType in dk.tbsalling.aismessages.messages.types |
|---|
| Methods in dk.tbsalling.aismessages.messages.types that return AISMessageType | |
|---|---|
static AISMessageType |
AISMessageType.fromInteger(Integer integer)
|
static AISMessageType |
AISMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AISMessageType[] |
AISMessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||