public abstract class StationObsDatasetImpl extends PointObsDatasetImpl implements StationObsDataset
| Modifier and Type | Field and Description |
|---|---|
protected StationDatasetHelper |
stationHelper
Deprecated.
|
protected List<Station> |
stations
Deprecated.
|
formatter, timeUnitboundingBox, dataVariables, desc, endDate, location, ncfile, parseInfo, startDate, title| Constructor and Description |
|---|
StationObsDatasetImpl()
Deprecated.
|
StationObsDatasetImpl(NetcdfDataset ncfile)
Deprecated.
|
StationObsDatasetImpl(String title,
String description,
String location)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getData(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
Get all data within the specified bounding box, allow user to cancel.
|
List |
getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get all data within the specified bounding box and date range, allow user to cancel.
|
List |
getData(List<Station> stations)
Deprecated.
Get all data for a list of Stations.
|
List |
getData(List<Station> stations,
CancelTask cancel)
Deprecated.
Get all data for a list of Stations, allow user to cancel.
|
List |
getData(List<Station> stations,
Date start,
Date end)
Deprecated.
Get data for a list of Stations within the specified date range.
|
List |
getData(List<Station> stations,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get data for a list of Stations within the specified date range, allow user to cancel.
|
List |
getData(Station s)
Deprecated.
Get all data for this Station.
|
List |
getData(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
List |
getData(Station s,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get data for this Station within the specified date range, allow user to cancel.
|
Class |
getDataClass()
Deprecated.
The getData() methods return objects of this Class
|
DataIterator |
getDataIterator(Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
String |
getDetailInfo()
Deprecated.
|
FeatureType |
getScientificDataType()
Deprecated.
|
Station |
getStation(String id)
Deprecated.
Find a Station by name
|
int |
getStationDataCount(Station s)
Deprecated.
How many Data objects are available for this Station?
|
List<Station> |
getStations()
Deprecated.
Get all the Stations in the collection.
|
List<Station> |
getStations(CancelTask cancel)
Deprecated.
Get all the Stations in the collection, allow user to cancel.
|
List<Station> |
getStations(LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
List<Station> |
getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
Get all the Stations within a bounding box, allow user to cancel.
|
void |
sortByTime(List<StationObsDatatype> stationObs)
Deprecated.
|
getData, getData, getData, getMetersConversionFactor, getTime, getTimeUnits, setTimeUnitsclose, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setBoundingBox, setDescription, setEndDate, setLocationURI, setStartDate, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitlegetDatagetData, getData, getData, getData, getDataCount, getDataIterator, getTimeUnitsprotected StationDatasetHelper stationHelper
public StationObsDatasetImpl()
public StationObsDatasetImpl(String title, String description, String location)
public StationObsDatasetImpl(NetcdfDataset ncfile)
public String getDetailInfo()
getDetailInfo in interface TypedDatasetgetDetailInfo in class PointObsDatasetImplpublic FeatureType getScientificDataType()
getScientificDataType in class PointObsDatasetImplpublic Class getDataClass()
PointCollectiongetDataClass in interface PointCollectiongetDataClass in class PointObsDatasetImplpublic List<Station> getStations() throws IOException
StationCollectiongetStations in interface StationCollectionIOException - on io errorpublic List<Station> getStations(CancelTask cancel) throws IOException
StationCollectiongetStations in interface StationCollectioncancel - allow user to cancel. Implementors should return ASAP.IOException - on io errorpublic List<Station> getStations(LatLonRect boundingBox) throws IOException
StationCollectiongetStations in interface StationCollectionboundingBox - restrict data to this bounding noxIOException - on io errorpublic List<Station> getStations(LatLonRect boundingBox, CancelTask cancel) throws IOException
StationCollectiongetStations in interface StationCollectionboundingBox - restrict data to this bounding noxcancel - allow user to cancel. Implementors should return ASAP.IOException - on io errorpublic Station getStation(String id)
StationCollectiongetStation in interface StationCollectionid - find this namepublic int getStationDataCount(Station s)
StationCollectiongetStationDataCount in interface StationCollections - stationpublic List getData(Station s) throws IOException
StationCollectiongetData in interface StationCollections - for this StationIOException - on io errorpublic List getData(Station s, Date start, Date end) throws IOException
StationCollectiongetData in interface StationCollections - for this Stationstart - restrict data to after this timeend - restrict data to before this timeIOException - on io errorpublic List getData(Station s, Date start, Date end, CancelTask cancel) throws IOException
StationCollectiongetData in interface StationCollections - for this Stationstart - restrict data to after this timeend - restrict data to before this timecancel - allow user to cancel. Implementors should return ASAP.IOException - on io errorpublic List getData(List<Station> stations) throws IOException
StationCollectiongetData in interface StationCollectionstations - for these StationsIOException - on io erroras a (possibly) more efficient alternativepublic List getData(List<Station> stations, CancelTask cancel) throws IOException
StationCollectiongetData in interface StationCollectionstations - for these Stationscancel - allow user to cancel. Implementors should return ASAP.IOException - on io erroras a (possibly) more efficient alternativepublic List getData(List<Station> stations, Date start, Date end) throws IOException
StationCollectiongetData in interface StationCollectionstations - for these Stationsstart - restrict data to after this timeend - restrict data to before this timeIOException - on io erroras a (possibly) more efficient alternativepublic List getData(List<Station> stations, Date start, Date end, CancelTask cancel) throws IOException
StationCollectiongetData in interface StationCollectionstations - for these Stationsstart - restrict data to after this timeend - restrict data to before this timecancel - allow user to cancel. Implementors should return ASAP.IOException - on io erroras a (possibly) more efficient alternativepublic List getData(LatLonRect boundingBox, CancelTask cancel) throws IOException
PointCollectiongetData in interface PointCollectionboundingBox - restrict data to this bounding noxcancel - allow user to cancel. Implementors should return ASAP.IOException - on io erroras a (possibly) more efficient alternativepublic List getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel) throws IOException
PointCollectiongetData in interface PointCollectionboundingBox - restrict data to this bounding noxstart - restrict data to after this timeend - restrict data to before this timecancel - allow user to cancel. Implementors should return ASAP.IOException - on io erroras a (possibly) more efficient alternativepublic void sortByTime(List<StationObsDatatype> stationObs)
public DataIterator getDataIterator(Station s)
StationCollectiongetDataIterator in interface StationCollections - for this Stationpublic DataIterator getDataIterator(Station s, Date start, Date end)
getDataIterator in interface StationCollections - for this Stationstart - restrict data to after this timeend - restrict data to before this timeCopyright © 1999–2014 UCAR/Unidata. All rights reserved.