Package ucar.nc2.dt.point.decode
Class MetarParseReport
- java.lang.Object
-
- ucar.nc2.dt.point.decode.MetarParseReport
-
public class MetarParseReport extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MetarParseReport()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LinkedHashMapgetFields()Deprecated.Used to return fields in Metar report.HashMapgetUnits()Deprecated.Used to return units of the fields in Metar report.static voidmain(String[] args)Deprecated.booleanparseReport(String input)Deprecated.
-
-
-
Method Detail
-
parseReport
public boolean parseReport(String input)
Deprecated.
-
getFields
public LinkedHashMap getFields()
Deprecated.Used to return fields in Metar report.- Returns:
- LinkedHashMap
-
getUnits
public HashMap getUnits()
Deprecated.Used to return units of the fields in Metar report.- Returns:
- LinkedHashMap
-
main
public static void main(String[] args) throws IOException
Deprecated.- Throws:
IOException
-
-