faa.tg.scenario.importer
Class Ruc236RucWeatherImporter
java.lang.Object
faa.tg.scenario.importer.Ruc236RucWeatherImporter
- All Implemented Interfaces:
- Importer<RucWeather>
public class Ruc236RucWeatherImporter
- extends java.lang.Object
- implements Importer<RucWeather>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Ruc236RucWeatherImporter
public Ruc236RucWeatherImporter(java.net.URL fileUrl)
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)