ucar.nc2.ft.point
Class StationHelper

java.lang.Object
  extended by ucar.nc2.ft.point.StationHelper

public class StationHelper
extends Object

Helper class for Station Collections. This assumes that calling getData( Station s) is reletively cheap, ie that theres no cheaper filtering to do.

Since:
Feb 5, 2008
Author:
caron

Constructor Summary
StationHelper()
           
 
Method Summary
 void addStation(Station s)
           
 LatLonRect getBoundingBox()
           
 Station getStation(String name)
           
 List<Station> getStations()
           
 List<Station> getStations(LatLonRect boundingBox)
           
 List<Station> getStations(List<String> stnNames)
           
 void setStations(List<Station> nstations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationHelper

public StationHelper()
Method Detail

addStation

public void addStation(Station s)

setStations

public void setStations(List<Station> nstations)

getBoundingBox

public LatLonRect getBoundingBox()

getStations

public List<Station> getStations(LatLonRect boundingBox)
                          throws IOException
Throws:
IOException

getStation

public Station getStation(String name)

getStations

public List<Station> getStations()

getStations

public List<Station> getStations(List<String> stnNames)


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