faa.tg.scenario.importer
Class Ruc236RucWeatherImporter

java.lang.Object
  extended by faa.tg.scenario.importer.Ruc236RucWeatherImporter
All Implemented Interfaces:
Importer<RucWeather>

public class Ruc236RucWeatherImporter
extends java.lang.Object
implements Importer<RucWeather>


Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
private  GridDescriptionSection gds
           
private  java.util.Iterator<RucWeather> rucWeatherIterator
           
 
Constructor Summary
Ruc236RucWeatherImporter(java.net.URL fileUrl)
           
 
Method Summary
 GridDescriptionSection getGridDescriptionSection()
           
 RucWeather getNext()
          Returns the next object from an importer or null.
 RucWeather getNextRucWeather()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

rucWeatherIterator

private java.util.Iterator<RucWeather> rucWeatherIterator

gds

private GridDescriptionSection gds
Constructor Detail

Ruc236RucWeatherImporter

public Ruc236RucWeatherImporter(java.net.URL fileUrl)
Method Detail

getNextRucWeather

public RucWeather getNextRucWeather()

getGridDescriptionSection

public GridDescriptionSection getGridDescriptionSection()

getNext

public RucWeather getNext()
Description copied from interface: Importer
Returns the next object from an importer or null.

Specified by:
getNext in interface Importer<RucWeather>
Returns:
the next object; null if none.

main

public static void main(java.lang.String[] args)