Package com.aerisweather.aeris.model
Class TidesPeriod
- java.lang.Object
-
- com.aerisweather.aeris.model.AbstractPeriod
-
- com.aerisweather.aeris.model.TidesPeriod
-
public class TidesPeriod extends AbstractPeriod
Information about the tide period.
-
-
Field Summary
Fields Modifier and Type Field Description String
dateTimeISO
ISO 8601 date of the date/time of the eventNumber
heightFT
The tide height in feetNumber
heightM
The tide height in metersNumber
timestamp
UNIX timestamp for the tidal informationString
type
The tide type:
h = high
l (lower case L) = low
-
Constructor Summary
Constructors Constructor Description TidesPeriod()
-
-
-
Field Detail
-
timestamp
public Number timestamp
UNIX timestamp for the tidal information
-
dateTimeISO
public String dateTimeISO
ISO 8601 date of the date/time of the event
-
type
public String type
The tide type:
h = high
l (lower case L) = low
-
heightFT
public Number heightFT
The tide height in feet
-
heightM
public Number heightM
The tide height in meters
-
-
Method Detail
-
fillWithInfo
public void fillWithInfo(Period period)
- Specified by:
fillWithInfo
in classAbstractPeriod
-
-