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 StringdateTimeISOISO 8601 date of the date/time of the eventNumberheightFTThe tide height in feetNumberheightMThe tide height in metersNumbertimestampUNIX timestamp for the tidal informationStringtypeThe 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:
fillWithInfoin classAbstractPeriod
-
-