ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR
Modifier and Type | Method and Description |
---|---|
double |
getAltitudeOffset()
Returns the altitude offset.
|
String |
getDatumCode()
Returns the local datum code.
|
String |
getDatumSubCode()
Returns the local datum subcode, may be blank.
|
double |
getLatitudeOffset()
Returns the latitude offset.
|
double |
getLongitudeOffset()
Returns the longitude offset.
|
String |
getName()
Returns the datum name, e.g.
|
void |
setDatumCode(String code)
Sets the local datum code.
|
void |
setDatumSubCode(String code)
Sets the local datum code, may be blank.
|
void |
setLatitudeOffset(double offset)
Sets the latitude offset.
|
void |
setLongitudeOffset(double offset)
Sets the longitude offset.
|
void |
setName(String name)
Sets the datum name.
|
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
double getAltitudeOffset()
String getDatumCode()
String getDatumSubCode()
double getLatitudeOffset()
double getLongitudeOffset()
String getName()
void setDatumCode(String code)
code
- Code to setvoid setDatumSubCode(String code)
code
- Code to setvoid setLatitudeOffset(double offset)
offset
- Latitude offset in minutes.void setLongitudeOffset(double offset)
offset
- Longitude offset in minutes.void setName(String name)
name
- Name to set.Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.