Package videoRangePanel.importTideData
Class POLPREDParser1
java.lang.Object
videoRangePanel.importTideData.POLPREDParser1
- All Implemented Interfaces:
TideParser
-
Constructor Summary
-
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 LatLong
getLocationPOLPRED
(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:TideParser
Convert delimtted strings to the actual data.- Specified by:
parseTideLine
in interfaceTideParser
- Returns:
-
getIntitalDelimeter
-
getLocation
Description copied from interface:TideParser
Get the location for the tide. Probably in metadata of the file.- Specified by:
getLocation
in interfaceTideParser
- Returns:
-
getLocationPOLPRED
-
convertToTideDataPOLPRED1
Convert string data from a POLPRED output file.- Parameters:
tideData
-- Returns:
-
getName
Description copied from interface:TideParser
Description of the parser.- Specified by:
getName
in interfaceTideParser
- Returns:
-