public abstract class StationObsDatasetImpl extends PointObsDatasetImpl implements StationObsDataset
| Modifier and Type | Field and Description |
|---|---|
protected StationDatasetHelper |
stationHelper
Deprecated.
|
protected java.util.List<ucar.unidata.geoloc.Station> |
stations
Deprecated.
|
formatter, timeUnitboundingBox, dataVariables, desc, endDate, location, netcdfDataset, parseInfo, startDate, title| Constructor and Description |
|---|
StationObsDatasetImpl()
Deprecated.
|
StationObsDatasetImpl(ucar.nc2.dataset.NetcdfDataset ncfile)
Deprecated.
|
StationObsDatasetImpl(java.lang.String title,
java.lang.String description,
java.lang.String location)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getData(ucar.unidata.geoloc.LatLonRect boundingBox,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all data within the specified bounding box, allow user to cancel.
|
java.util.List |
getData(ucar.unidata.geoloc.LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all data within the specified bounding box and date range, allow user to cancel.
|
java.util.List |
getData(java.util.List<ucar.unidata.geoloc.Station> stations)
Deprecated.
Get all data for a list of Stations.
|
java.util.List |
getData(java.util.List<ucar.unidata.geoloc.Station> stations,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all data for a list of Stations, allow user to cancel.
|
java.util.List |
getData(java.util.List<ucar.unidata.geoloc.Station> stations,
java.util.Date start,
java.util.Date end)
Deprecated.
Get data for a list of Stations within the specified date range.
|
java.util.List |
getData(java.util.List<ucar.unidata.geoloc.Station> stations,
java.util.Date start,
java.util.Date end,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get data for a list of Stations within the specified date range, allow user to cancel.
|
java.util.List |
getData(ucar.unidata.geoloc.Station s)
Deprecated.
Get all data for this Station.
|
java.util.List |
getData(ucar.unidata.geoloc.Station s,
java.util.Date start,
java.util.Date end)
Deprecated.
Get data for this Station within the specified date range.
|
java.util.List |
getData(ucar.unidata.geoloc.Station s,
java.util.Date start,
java.util.Date end,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get data for this Station within the specified date range, allow user to cancel.
|
java.lang.Class |
getDataClass()
Deprecated.
The getData() methods return objects of this Class
|
DataIterator |
getDataIterator(ucar.unidata.geoloc.Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
getDataIterator(ucar.unidata.geoloc.Station s,
java.util.Date start,
java.util.Date end)
Deprecated.
Get data for this Station within the specified date range.
|
java.lang.String |
getDetailInfo()
Deprecated.
|
ucar.nc2.constants.FeatureType |
getScientificDataType()
Deprecated.
|
ucar.unidata.geoloc.Station |
getStation(java.lang.String id)
Deprecated.
Find a Station by name
|
int |
getStationDataCount(ucar.unidata.geoloc.Station s)
Deprecated.
How many Data objects are available for this Station?
|
java.util.List<ucar.unidata.geoloc.Station> |
getStations()
Deprecated.
Get all the Stations in the collection.
|
java.util.List<ucar.unidata.geoloc.Station> |
getStations(ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all the Stations in the collection, allow user to cancel.
|
java.util.List<ucar.unidata.geoloc.Station> |
getStations(ucar.unidata.geoloc.LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
java.util.List<ucar.unidata.geoloc.Station> |
getStations(ucar.unidata.geoloc.LatLonRect boundingBox,
ucar.nc2.util.CancelTask cancel)
Deprecated.
Get all the Stations within a bounding box, allow user to cancel.
|
void |
sortByTime(java.util.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
protected java.util.List<ucar.unidata.geoloc.Station> stations
public StationObsDatasetImpl()
public StationObsDatasetImpl(java.lang.String title,
java.lang.String description,
java.lang.String location)
public StationObsDatasetImpl(ucar.nc2.dataset.NetcdfDataset ncfile)
public java.lang.String getDetailInfo()
getDetailInfo in interface TypedDatasetgetDetailInfo in class PointObsDatasetImplpublic ucar.nc2.constants.FeatureType getScientificDataType()
getScientificDataType in class PointObsDatasetImplpublic java.lang.Class getDataClass()
PointCollectiongetDataClass in interface PointCollectiongetDataClass in class PointObsDatasetImplpublic java.util.List<ucar.unidata.geoloc.Station> getStations()
throws java.io.IOException
StationCollectiongetStations in interface StationCollectionjava.io.IOException - on io errorpublic java.util.List<ucar.unidata.geoloc.Station> getStations(ucar.nc2.util.CancelTask cancel)
throws java.io.IOException
StationCollectiongetStations in interface StationCollectioncancel - allow user to cancel. Implementors should return ASAP.java.io.IOException - on io errorpublic java.util.List<ucar.unidata.geoloc.Station> getStations(ucar.unidata.geoloc.LatLonRect boundingBox)
throws java.io.IOException
StationCollectiongetStations in interface StationCollectionboundingBox - restrict data to this bounding noxjava.io.IOException - on io errorpublic java.util.List<ucar.unidata.geoloc.Station> getStations(ucar.unidata.geoloc.LatLonRect boundingBox,
ucar.nc2.util.CancelTask cancel)
throws java.io.IOException
StationCollectiongetStations in interface StationCollectionboundingBox - restrict data to this bounding noxcancel - allow user to cancel. Implementors should return ASAP.java.io.IOException - on io errorpublic ucar.unidata.geoloc.Station getStation(java.lang.String id)
StationCollectiongetStation in interface StationCollectionid - find this namepublic int getStationDataCount(ucar.unidata.geoloc.Station s)
StationCollectiongetStationDataCount in interface StationCollections - stationpublic java.util.List getData(ucar.unidata.geoloc.Station s)
throws java.io.IOException
StationCollectiongetData in interface StationCollections - for this Stationjava.io.IOException - on io errorpublic java.util.List getData(ucar.unidata.geoloc.Station s,
java.util.Date start,
java.util.Date end)
throws java.io.IOException
StationCollectiongetData in interface StationCollections - for this Stationstart - restrict data to after this timeend - restrict data to before this timejava.io.IOException - on io errorpublic java.util.List getData(ucar.unidata.geoloc.Station s,
java.util.Date start,
java.util.Date end,
ucar.nc2.util.CancelTask cancel)
throws java.io.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.java.io.IOException - on io errorpublic java.util.List getData(java.util.List<ucar.unidata.geoloc.Station> stations)
throws java.io.IOException
StationCollectiongetData in interface StationCollectionstations - for these Stationsjava.io.IOException - on io erroras a (possibly) more efficient alternativepublic java.util.List getData(java.util.List<ucar.unidata.geoloc.Station> stations,
ucar.nc2.util.CancelTask cancel)
throws java.io.IOException
StationCollectiongetData in interface StationCollectionstations - for these Stationscancel - allow user to cancel. Implementors should return ASAP.java.io.IOException - on io erroras a (possibly) more efficient alternativepublic java.util.List getData(java.util.List<ucar.unidata.geoloc.Station> stations,
java.util.Date start,
java.util.Date end)
throws java.io.IOException
StationCollectiongetData in interface StationCollectionstations - for these Stationsstart - restrict data to after this timeend - restrict data to before this timejava.io.IOException - on io erroras a (possibly) more efficient alternativepublic java.util.List getData(java.util.List<ucar.unidata.geoloc.Station> stations,
java.util.Date start,
java.util.Date end,
ucar.nc2.util.CancelTask cancel)
throws java.io.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.java.io.IOException - on io erroras a (possibly) more efficient alternativepublic java.util.List getData(ucar.unidata.geoloc.LatLonRect boundingBox,
ucar.nc2.util.CancelTask cancel)
throws java.io.IOException
PointCollectiongetData in interface PointCollectionboundingBox - restrict data to this bounding noxcancel - allow user to cancel. Implementors should return ASAP.java.io.IOException - on io erroras a (possibly) more efficient alternativepublic java.util.List getData(ucar.unidata.geoloc.LatLonRect boundingBox,
java.util.Date start,
java.util.Date end,
ucar.nc2.util.CancelTask cancel)
throws java.io.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.java.io.IOException - on io erroras a (possibly) more efficient alternativepublic void sortByTime(java.util.List<StationObsDatatype> stationObs)
public DataIterator getDataIterator(ucar.unidata.geoloc.Station s)
StationCollectiongetDataIterator in interface StationCollections - for this Stationpublic DataIterator getDataIterator(ucar.unidata.geoloc.Station s, java.util.Date start, java.util.Date end)
getDataIterator in interface StationCollections - for this Stationstart - restrict data to after this timeend - restrict data to before this time