ucar.nc2.dt.point.decode
Class MetarParseReport

java.lang.Object
  extended by ucar.nc2.dt.point.decode.MetarParseReport

public class MetarParseReport
extends java.lang.Object


Constructor Summary
MetarParseReport()
           
 
Method Summary
 java.util.LinkedHashMap getFields()
          Used to return fields in Metar report.
 java.util.HashMap getUnits()
          Used to return units of the fields in Metar report.
static void main(java.lang.String[] args)
           
 boolean parseReport(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetarParseReport

public MetarParseReport()
Method Detail

parseReport

public boolean parseReport(java.lang.String input)

getFields

public java.util.LinkedHashMap getFields()
Used to return fields in Metar report.

Returns:
LinkedHashMap

getUnits

public java.util.HashMap getUnits()
Used to return units of the fields in Metar report.

Returns:
LinkedHashMap

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException