ucar.nc2.iosp.nexrad2
Class NexradStationDB

java.lang.Object
  extended by ucar.nc2.iosp.nexrad2.NexradStationDB

public class NexradStationDB
extends Object

Manage Nexrad Stations "database"

Author:
caron

Nested Class Summary
static class NexradStationDB.Station
           
 
Constructor Summary
NexradStationDB()
           
 
Method Summary
static NexradStationDB.Station get(String id)
           
static NexradStationDB.Station getByIdNumber(String idn)
           
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NexradStationDB

public NexradStationDB()
Method Detail

init

public static void init()
                 throws IOException
Throws:
IOException

get

public static NexradStationDB.Station get(String id)

getByIdNumber

public static NexradStationDB.Station getByIdNumber(String idn)


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