ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR
Modifier and Type | Method and Description |
---|---|
double |
getAbsoluteHumidity()
Returns the absolute humidity.
|
double |
getAirTemperature()
Returns the air temperature.
|
double |
getDewPoint()
Returns the dew point.
|
double |
getMagneticWindDirection()
Returns the magnetic wind direction.
|
double |
getPrimaryBarometricPressure()
Returns the primary barometric pressure.
|
char |
getPrimaryBarometricPressureUnit()
Returns the unit of primary barometric pressure.
|
double |
getRelativeHumidity()
Returns the relative humidity.
|
double |
getSecondaryBarometricPressure()
Returns the secondary barometric pressure.
|
char |
getSecondaryBarometricPressureUnit()
Returns the unit of secondary barometric pressure.
|
double |
getTrueWindDirection()
Returns the wind direction.
|
double |
getWaterTemperature()
Returns the water temperature.
|
double |
getWindSpeed()
Returns the wind speed.
|
double |
getWindSpeedKnots()
Returns the wind speed.
|
void |
setAbsoluteHumidity(double humitidy)
Sets the absolute humidity.
|
void |
setAirTemperature(double temp)
Sets the air temperature.
|
void |
setDewPoint(double dewPoint)
Sets the dew point temperature.
|
void |
setMagneticWindDirection(double direction)
Sets the magnetic wind direction.
|
void |
setPrimaryBarometricPressure(double pressure)
Sets the primary barometric pressure value.
|
void |
setPrimaryBarometricPressureUnit(char unit)
Sets the barometric pressure unit.
|
void |
setRelativeHumidity(double humidity)
Sets the relative humidity
|
void |
setSecondaryBarometricPressure(double pressure)
Sets the barometric pressure value.
|
void |
setSecondaryBarometricPressureUnit(char unit)
Sets the secondary barometric pressure unit.
|
void |
setTrueWindDirection(double direction)
Sets the True wind direction.
|
void |
setWaterTemperature(double temp)
Sets the Water temperature.
|
void |
setWindSpeed(double speed)
Sets the wind speed.
|
void |
setWindSpeedKnots(double speed)
Sets the wind speed, in knots.
|
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
double getAbsoluteHumidity()
double getAirTemperature()
double getDewPoint()
double getMagneticWindDirection()
double getPrimaryBarometricPressure()
char getPrimaryBarometricPressureUnit()
double getRelativeHumidity()
double getSecondaryBarometricPressure()
char getSecondaryBarometricPressureUnit()
double getTrueWindDirection()
double getWaterTemperature()
double getWindSpeed()
double getWindSpeedKnots()
void setAbsoluteHumidity(double humitidy)
humitidy
- Humidity percent to set.void setAirTemperature(double temp)
temp
- Temperature to set, degrees Celsius.void setDewPoint(double dewPoint)
dewPoint
- Dew point in degrees Celsius.void setMagneticWindDirection(double direction)
direction
- Direction to set, degrees Magnetic [0..360]void setPrimaryBarometricPressure(double pressure)
pressure
- Pressure value to set, usually in inches of mercury.setPrimaryBarometricPressureUnit(char)
void setPrimaryBarometricPressureUnit(char unit)
unit
- Pressure unit to set, usually in inches of mercury 'I'.setSecondaryBarometricPressureUnit(char)
void setRelativeHumidity(double humidity)
humidity
- Humidity percent to set.void setSecondaryBarometricPressure(double pressure)
pressure
- Pressure to set, usually in bars.void setSecondaryBarometricPressureUnit(char unit)
unit
- Pressure unit set, usually in bars 'B'.void setTrueWindDirection(double direction)
direction
- Direction to set, degrees True [0..360]void setWaterTemperature(double temp)
temp
- Temperature in degrees Celsius.void setWindSpeed(double speed)
speed
- Wind speed in meters per second.void setWindSpeedKnots(double speed)
speed
- Wind speed in knots.setWindSpeedKnots(double)
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.