Interface TideParser

All Known Implementing Classes:
CSVTideParser, POLPREDParser1, POLPREDParser2, POLPREDParser3

public interface TideParser
Converts a string to tide data
Author:
Jamie Macaulay
  • Method Details

    • parseTideLine

      TideDataUnit parseTideLine(String line, LatLong location)
      Convert delimtted strings to the actual data.
      Parameters:
      location -
      tideData -
      Returns:
    • getLocation

      LatLong getLocation(List<String> txtData)
      Get the location for the tide. Probably in metadata of the file.
      Parameters:
      tideData - . All tide data.
      Returns:
    • getName

      String getName()
      Description of the parser.
      Returns: