Package videoRangePanel.importTideData
Interface TideParser
- All Known Implementing Classes:
CSVTideParser
,POLPREDParser1
,POLPREDParser2
,POLPREDParser3
public interface TideParser
Converts a string to tide data
- Author:
- Jamie Macaulay
-
Method Summary
Modifier and TypeMethodDescriptiongetLocation
(List<String> txtData) Get the location for the tide.getName()
Description of the parser.parseTideLine
(String line, LatLong location) Convert delimtted strings to the actual data.
-
Method Details
-
parseTideLine
Convert delimtted strings to the actual data.- Parameters:
location
-tideData
-- Returns:
-
getLocation
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:
-