public class MetHyd31 extends AisApplicationMessage
dac, fi| Constructor and Description |
|---|
MetHyd31(BinArray binArray)
Instantiates a new Met hyd 31.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAirPressure()
Gets air pressure.
|
int |
getAirPressureTend()
Gets air pressure tend.
|
int |
getAirTemp()
Gets air temp.
|
int |
getDewPoint()
Gets dew point.
|
SixbitEncoder |
getEncoded()
Method that returns six bit encoding of message
|
int |
getGust()
Gets gust.
|
int |
getGustDirection()
Gets gust direction.
|
int |
getHorzVisibility()
Gets horz visibility.
|
int |
getHumidity()
Gets humidity.
|
int |
getIce()
Gets ice.
|
AisPosition |
getPos()
Gets pos.
|
int |
getPosAcc()
Gets pos acc.
|
int |
getPrecipitation()
Gets precipitation.
|
int |
getSalinity()
Gets salinity.
|
int |
getSeaState()
Gets sea state.
|
int |
getSecondCurrent()
Gets second current.
|
int |
getSecondCurrentDir()
Gets second current dir.
|
int |
getSecondCurrentLevel()
Gets second current level.
|
int |
getSpare()
Gets spare.
|
int |
getSurfaceCurrent()
Gets surface current.
|
int |
getSurfaceCurrentDir()
Gets surface current dir.
|
int |
getSwellDirection()
Gets swell direction.
|
int |
getSwellHeight()
Gets swell height.
|
int |
getSwellPeriod()
Gets swell period.
|
int |
getThirdCurrent()
Gets third current.
|
int |
getThirdCurrentDir()
Gets third current dir.
|
int |
getThirdCurrentLevel()
Gets third current level.
|
int |
getUtcDay()
Gets utc day.
|
int |
getUtcHour()
Gets utc hour.
|
int |
getUtcMinute()
Gets utc minute.
|
int |
getWaterLevel()
Gets water level.
|
int |
getWaterLevelTrend()
Gets water level trend.
|
int |
getWaterTemp()
Gets water temp.
|
int |
getWaveDirection()
Gets wave direction.
|
int |
getWaveHeight()
Gets wave height.
|
int |
getWavePeriod()
Gets wave period.
|
int |
getWind()
Gets wind.
|
int |
getWindDirection()
Gets wind direction.
|
void |
parse(BinArray binArray)
Method to parse given six bit string
|
void |
setAirPressure(int airPressure)
Sets air pressure.
|
void |
setAirPressureTend(int airPressureTend)
Sets air pressure tend.
|
void |
setAirTemp(int airTemp)
Sets air temp.
|
void |
setDewPoint(int dewPoint)
Sets dew point.
|
void |
setGust(int gust)
Sets gust.
|
void |
setGustDirection(int gustDirection)
Sets gust direction.
|
void |
setHorzVisibility(int horzVisibility)
Sets horz visibility.
|
void |
setHumidity(int humidity)
Sets humidity.
|
void |
setIce(int ice)
Sets ice.
|
void |
setPos(AisPosition pos)
Sets pos.
|
void |
setPosAcc(int posAcc)
Sets pos acc.
|
void |
setPrecipitation(int precipitation)
Sets precipitation.
|
void |
setSalinity(int salinity)
Sets salinity.
|
void |
setSeaState(int seaState)
Sets sea state.
|
void |
setSecondCurrent(int secondCurrent)
Sets second current.
|
void |
setSecondCurrentDir(int secondCurrentDir)
Sets second current dir.
|
void |
setSecondCurrentLevel(int secondCurrentLevel)
Sets second current level.
|
void |
setSpare(int spare)
Sets spare.
|
void |
setSurfaceCurrent(int surfaceCurrent)
Sets surface current.
|
void |
setSurfaceCurrentDir(int surfaceCurrentDir)
Sets surface current dir.
|
void |
setSwellDirection(int swellDirection)
Sets swell direction.
|
void |
setSwellHeight(int swellHeight)
Sets swell height.
|
void |
setSwellPeriod(int swellPeriod)
Sets swell period.
|
void |
setThirdCurrent(int thirdCurrent)
Sets third current.
|
void |
setThirdCurrentDir(int thirdCurrentDir)
Sets third current dir.
|
void |
setThirdCurrentLevel(int thirdCurrentLevel)
Sets third current level.
|
void |
setUtcDay(int utcDay)
Sets utc day.
|
void |
setUtcHour(int utcHour)
Sets utc hour.
|
void |
setUtcMinute(int utcMinute)
Sets utc minute.
|
void |
setWaterLevel(int waterLevel)
Sets water level.
|
void |
setWaterLevelTrend(int waterLevelTrend)
Sets water level trend.
|
void |
setWaterTemp(int waterTemp)
Sets water temp.
|
void |
setWaveDirection(int waveDirection)
Sets wave direction.
|
void |
setWaveHeight(int waveHeight)
Sets wave height.
|
void |
setWavePeriod(int wavePeriod)
Sets wave period.
|
void |
setWind(int wind)
Sets wind.
|
void |
setWindDirection(int windDirection)
Sets wind direction.
|
String |
toString() |
getDac, getFi, getInstancepublic MetHyd31(BinArray binArray) throws SixbitException
binArray - the bin arraySixbitException - the sixbit exceptionpublic SixbitEncoder getEncoded()
AisApplicationMessagegetEncoded in class AisApplicationMessagepublic void parse(BinArray binArray) throws SixbitException
AisApplicationMessageparse in class AisApplicationMessagebinArray - the bin arraySixbitException - the sixbit exceptionpublic AisPosition getPos()
public void setPos(AisPosition pos)
pos - the pospublic int getUtcDay()
public void setUtcDay(int utcDay)
utcDay - the utc daypublic int getUtcHour()
public void setUtcHour(int utcHour)
utcHour - the utc hourpublic int getUtcMinute()
public void setUtcMinute(int utcMinute)
utcMinute - the utc minutepublic int getWind()
public void setWind(int wind)
wind - the windpublic int getGust()
public void setGust(int gust)
gust - the gustpublic int getWindDirection()
public void setWindDirection(int windDirection)
windDirection - the wind directionpublic int getGustDirection()
public void setGustDirection(int gustDirection)
gustDirection - the gust directionpublic int getAirTemp()
public void setAirTemp(int airTemp)
airTemp - the air temppublic int getHumidity()
public void setHumidity(int humidity)
humidity - the humiditypublic int getDewPoint()
public void setDewPoint(int dewPoint)
dewPoint - the dew pointpublic int getAirPressure()
public void setAirPressure(int airPressure)
airPressure - the air pressurepublic int getAirPressureTend()
public void setAirPressureTend(int airPressureTend)
airPressureTend - the air pressure tendpublic int getHorzVisibility()
public void setHorzVisibility(int horzVisibility)
horzVisibility - the horz visibilitypublic int getWaterLevel()
public void setWaterLevel(int waterLevel)
waterLevel - the water levelpublic int getWaterLevelTrend()
public void setWaterLevelTrend(int waterLevelTrend)
waterLevelTrend - the water level trendpublic int getSurfaceCurrent()
public void setSurfaceCurrent(int surfaceCurrent)
surfaceCurrent - the surface currentpublic int getSurfaceCurrentDir()
public void setSurfaceCurrentDir(int surfaceCurrentDir)
surfaceCurrentDir - the surface current dirpublic int getSecondCurrent()
public void setSecondCurrent(int secondCurrent)
secondCurrent - the second currentpublic int getSecondCurrentDir()
public void setSecondCurrentDir(int secondCurrentDir)
secondCurrentDir - the second current dirpublic int getSecondCurrentLevel()
public void setSecondCurrentLevel(int secondCurrentLevel)
secondCurrentLevel - the second current levelpublic int getThirdCurrent()
public void setThirdCurrent(int thirdCurrent)
thirdCurrent - the third currentpublic int getThirdCurrentDir()
public void setThirdCurrentDir(int thirdCurrentDir)
thirdCurrentDir - the third current dirpublic int getThirdCurrentLevel()
public void setThirdCurrentLevel(int thirdCurrentLevel)
thirdCurrentLevel - the third current levelpublic int getWaveHeight()
public void setWaveHeight(int waveHeight)
waveHeight - the wave heightpublic int getWavePeriod()
public void setWavePeriod(int wavePeriod)
wavePeriod - the wave periodpublic int getWaveDirection()
public void setWaveDirection(int waveDirection)
waveDirection - the wave directionpublic int getSwellHeight()
public void setSwellHeight(int swellHeight)
swellHeight - the swell heightpublic int getSwellPeriod()
public void setSwellPeriod(int swellPeriod)
swellPeriod - the swell periodpublic int getSwellDirection()
public void setSwellDirection(int swellDirection)
swellDirection - the swell directionpublic int getSeaState()
public void setSeaState(int seaState)
seaState - the sea statepublic int getWaterTemp()
public void setWaterTemp(int waterTemp)
waterTemp - the water temppublic int getPrecipitation()
public void setPrecipitation(int precipitation)
precipitation - the precipitationpublic int getSalinity()
public void setSalinity(int salinity)
salinity - the salinitypublic int getIce()
public void setIce(int ice)
ice - the icepublic int getSpare()
public void setSpare(int spare)
spare - the sparepublic int getPosAcc()
public void setPosAcc(int posAcc)
posAcc - the pos accpublic String toString()
toString in class AisApplicationMessageCopyright © 2011–2019 Danish Maritime Authority. All rights reserved.