ucar.nc2.dt.point.decode
Class MetarParseReport

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

public class MetarParseReport
extends Object


Constructor Summary
MetarParseReport()
           
 
Method Summary
 LinkedHashMap getFields()
          Used to return fields in Metar report.
 HashMap getUnits()
          Used to return units of the fields in Metar report.
static void main(String[] args)
           
 boolean parseReport(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(String input)

getFields

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

Returns:
LinkedHashMap

getUnits

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

Returns:
LinkedHashMap

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.