Package videoRangePanel.importTideData
Class CSVTideParser
java.lang.Object
videoRangePanel.importTideData.CSVTideParser
- All Implemented Interfaces:
 TideParser
- 
Constructor Summary
Constructors - 
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:TideParserConvert delimtted strings to the actual data.- Specified by:
 parseTideLinein interfaceTideParser- Parameters:
 location-- Returns:
 
 - 
getLocation
Description copied from interface:TideParserGet the location for the tide. Probably in metadata of the file.- Specified by:
 getLocationin interfaceTideParser- Returns:
 
 - 
getName
Description copied from interface:TideParserDescription of the parser.- Specified by:
 getNamein interfaceTideParser- Returns:
 
 
 -