Package videoRangePanel.importTideData
Class POLPREDParser1
java.lang.Object
videoRangePanel.importTideData.POLPREDParser1
- All Implemented Interfaces:
 TideParser
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconvertToTideDataPOLPRED1(ArrayList<String> tideData, LatLong location) Convert string data from a POLPRED output file.getLocation(List<String> tideData) Get the location for the tide.static LatLonggetLocationPOLPRED(List<String> tideData) getName()Description of the parser.parseTideLine(String line, LatLong location) Convert delimtted strings to the actual data. 
- 
Constructor Details
- 
POLPREDParser1
public POLPREDParser1() 
 - 
 - 
Method Details
- 
parseTideLine
Description copied from interface:TideParserConvert delimtted strings to the actual data.- Specified by:
 parseTideLinein interfaceTideParser- Parameters:
 location-- Returns:
 
 - 
getIntitalDelimeter
 - 
getLocation
Description copied from interface:TideParserGet the location for the tide. Probably in metadata of the file.- Specified by:
 getLocationin interfaceTideParser- Returns:
 
 - 
getLocationPOLPRED
 - 
convertToTideDataPOLPRED1
Convert string data from a POLPRED output file.- Parameters:
 tideData-- Returns:
 
 - 
getName
Description copied from interface:TideParserDescription of the parser.- Specified by:
 getNamein interfaceTideParser- Returns:
 
 
 -