Class POLPREDParser1

java.lang.Object
videoRangePanel.importTideData.POLPREDParser1
All Implemented Interfaces:
TideParser

public class POLPREDParser1 extends Object implements TideParser
  • Constructor Details

    • POLPREDParser1

      public POLPREDParser1()
  • Method Details

    • parseTideLine

      public TideDataUnit parseTideLine(String line, LatLong location)
      Description copied from interface: TideParser
      Convert delimtted strings to the actual data.
      Specified by:
      parseTideLine in interface TideParser
      Returns:
    • getIntitalDelimeter

      public String getIntitalDelimeter()
    • getLocation

      public LatLong getLocation(List<String> tideData)
      Description copied from interface: TideParser
      Get the location for the tide. Probably in metadata of the file.
      Specified by:
      getLocation in interface TideParser
      Returns:
    • getLocationPOLPRED

      public static LatLong getLocationPOLPRED(List<String> tideData)
    • convertToTideDataPOLPRED1

      public TideDataUnit convertToTideDataPOLPRED1(ArrayList<String> tideData, LatLong location)
      Convert string data from a POLPRED output file.
      Parameters:
      tideData -
      Returns:
    • getName

      public String getName()
      Description copied from interface: TideParser
      Description of the parser.
      Specified by:
      getName in interface TideParser
      Returns: