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 SummaryFields 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 SummaryConstructors Constructor Description TidesPeriod()
 
- 
- 
- 
Field Detail- 
timestamppublic Number timestamp UNIX timestamp for the tidal information
 - 
dateTimeISOpublic String dateTimeISO ISO 8601 date of the date/time of the event
 - 
typepublic String type The tide type:
 h = high
 l (lower case L) = low
 - 
heightFTpublic Number heightFT The tide height in feet
 - 
heightMpublic Number heightM The tide height in meters
 
- 
 - 
Method Detail- 
fillWithInfopublic void fillWithInfo(Period period) - Specified by:
- fillWithInfoin class- AbstractPeriod
 
 
- 
 
-