Package videoRangePanel.importTideData
Class CSVTideParser
java.lang.Object
videoRangePanel.importTideData.CSVTideParser
- All Implemented Interfaces:
TideParser
-
Constructor Summary
-
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.
-
Constructor Details
-
CSVTideParser
public CSVTideParser()
-
-
Method Details
-
parseTideLine
Description copied from interface:TideParser
Convert delimtted strings to the actual data.- Specified by:
parseTideLine
in interfaceTideParser
- Returns:
-
getLocation
Description copied from interface:TideParser
Get the location for the tide. Probably in metadata of the file.- Specified by:
getLocation
in interfaceTideParser
- Returns:
-
getName
Description copied from interface:TideParser
Description of the parser.- Specified by:
getName
in interfaceTideParser
- Returns:
-