ucar.nc2.ft.point
Class StationHelper
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StationHelper
public StationHelper()
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.