Class TidesPeriod


  • public class TidesPeriod
    extends AbstractPeriod
    Information about the tide period.
    • 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
    • Constructor Detail

      • TidesPeriod

        public TidesPeriod()