public class StationDatasetHelper extends Object
Constructor and Description |
---|
StationDatasetHelper(StationObsDataset obsDataset)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLonRect |
getBoundingBox()
Deprecated.
|
Station |
getStation(String name)
Deprecated.
|
List |
getStationObs(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List |
getStationObs(LatLonRect boundingBox,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List |
getStationObs(List<Station> stations,
CancelTask cancel)
Deprecated.
|
List |
getStationObs(List<Station> stations,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List |
getStationObs(Station s,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
List<Station> |
getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
void |
sortByTime(List<StationObsDatatype> stationObs)
Deprecated.
|
public StationDatasetHelper(StationObsDataset obsDataset)
public LatLonRect getBoundingBox()
public List<Station> getStations(LatLonRect boundingBox, CancelTask cancel) throws IOException
IOException
public List getStationObs(Station s, double startTime, double endTime, CancelTask cancel) throws IOException
IOException
public List getStationObs(List<Station> stations, CancelTask cancel) throws IOException
IOException
public List getStationObs(List<Station> stations, double startTime, double endTime, CancelTask cancel) throws IOException
IOException
public List getStationObs(LatLonRect boundingBox, CancelTask cancel) throws IOException
IOException
public List getStationObs(LatLonRect boundingBox, double startTime, double endTime, CancelTask cancel) throws IOException
IOException
public void sortByTime(List<StationObsDatatype> stationObs)
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.