Package | Description |
---|---|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.collection | |
ucar.nc2.ft.point.remote | |
ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.iosp.bufr |
I/O Service Provider for BUFR format files
|
ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
Modifier and Type | Method and Description |
---|---|
Station |
StationObsDatatype.getStation()
Deprecated.
Station location of the observation
|
Station |
StationCollection.getStation(String name)
Deprecated.
Find a Station by name
|
Modifier and Type | Method and Description |
---|---|
List<Station> |
StationCollection.getStations()
Deprecated.
Get all the Stations in the collection.
|
List<Station> |
StationCollection.getStations(CancelTask cancel)
Deprecated.
Get all the Stations in the collection, allow user to cancel.
|
List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Deprecated.
Get all the Stations within a bounding box.
|
List<Station> |
StationCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
Get all the Stations within a bounding box, allow user to cancel.
|
Modifier and Type | Method and Description |
---|---|
List |
StationCollection.getData(Station s)
Deprecated.
Get all data for this Station.
|
List |
StationCollection.getData(Station s,
CancelTask cancel)
Deprecated.
Get all data for this Station, allow user to cancel.
|
List |
StationCollection.getData(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
List |
StationCollection.getData(Station s,
Date start,
Date end,
CancelTask cancel)
Deprecated.
Get data for this Station within the specified date range, allow user to cancel.
|
DataIterator |
StationCollection.getDataIterator(Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
StationCollection.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
int |
StationCollection.getStationDataCount(Station s)
Deprecated.
How many Data objects are available for this Station?
|
Modifier and Type | Method and Description |
---|---|
List |
StationCollection.getData(List<Station> stations)
Deprecated.
Get all data for a list of Stations.
|
List |
StationCollection.getData(List<Station> stations,
CancelTask cancel)
Deprecated.
Get all data for a list of Stations, allow user to cancel.
|
List |
StationCollection.getData(List<Station> stations,
Date start,
Date end)
Deprecated.
Get data for a list of Stations within the specified date range.
|
List |
StationCollection.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.
|
Modifier and Type | Field and Description |
---|---|
protected Station |
StationObsDatatypeImpl.station
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected List<Station> |
StationObsDatasetImpl.stations
Deprecated.
|
protected Map<Object,Station> |
RecordDatasetHelper.stnHash
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Station |
StationObsDatatypeImpl.getStation()
Deprecated.
|
Station |
RecordDatasetHelper.RecordStationObs.getStation() |
Station |
StationObsDatasetImpl.getStation(String id)
Deprecated.
|
Station |
StationDatasetHelper.getStation(String name)
Deprecated.
|
Station |
StationDatasetCollection.getStation(String name)
Deprecated.
Find a Station by name
|
Modifier and Type | Method and Description |
---|---|
List<Station> |
StationObsDatasetImpl.getStations()
Deprecated.
|
List<Station> |
StationObsDatasetImpl.getStations(CancelTask cancel)
Deprecated.
|
List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox)
Deprecated.
|
List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
List<Station> |
StationDatasetHelper.getStations(LatLonRect boundingBox,
CancelTask cancel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List |
StationObsDatasetImpl.getData(Station s)
Deprecated.
|
List |
UnidataStationObsMultidimDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
UnidataStationObsDataset2.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
UnidataStationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
OldUnidataStationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
NdbcDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
CFstationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
MadisStationObsDataset.getData(Station s,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(Station s,
Date start,
Date end)
Deprecated.
|
List |
StationObsDatasetImpl.getData(Station s,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s)
Deprecated.
|
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s)
Deprecated.
|
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s)
Deprecated.
|
DataIterator |
StationDatasetCollection.getDataIterator(Station s)
Deprecated.
Get all data for this Station.
|
DataIterator |
CFstationObsDataset.getDataIterator(Station s)
Deprecated.
|
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
|
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
|
DataIterator |
StationDatasetCollection.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
Get data for this Station within the specified date range.
|
DataIterator |
CFstationObsDataset.getDataIterator(Station s,
Date start,
Date end)
Deprecated.
|
int |
StationObsDatasetImpl.getStationDataCount(Station s)
Deprecated.
|
int |
OldUnidataStationObsDataset.getStationDataCount(Station s)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(Station s,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List |
StationObsDatasetImpl.getData(List<Station> stations)
Deprecated.
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
CancelTask cancel)
Deprecated.
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
Date start,
Date end)
Deprecated.
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
Date start,
Date end,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(List<Station> stations,
CancelTask cancel)
Deprecated.
|
List |
StationDatasetHelper.getStationObs(List<Station> stations,
double startTime,
double endTime,
CancelTask cancel)
Deprecated.
|
void |
WriterStationObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars)
Deprecated.
|
void |
WriterCFStationObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int numrec)
Deprecated.
|
void |
WriterProfileObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int nprofiles,
String altVarName)
Deprecated.
|
Constructor and Description |
---|
RecordStationObs(Station station,
double obsTime,
double nomTime,
int recno)
Constructor for the case where you keep track of the station, time of each record, but the data reading is deferred.
|
RecordStationObs(Station station,
double obsTime,
double nomTime,
StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
|
RecordStationObs(Station station,
StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
|
StationObsDatatypeImpl(Station station,
double obsTime,
double nomTime)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StationProfileFeature
Time series of ProfileFeature at named locations.
|
interface |
StationTimeSeriesFeature
Time series of PointFeature at a named location aka 'station'.
|
Modifier and Type | Method and Description |
---|---|
Station |
StationTimeSeriesFeatureCollection.getStation(PointFeature feature)
Get the station that belongs to this feature
|
Station |
StationCollection.getStation(String name)
Find a Station by name.
|
Modifier and Type | Method and Description |
---|---|
List<Station> |
StationCollection.getStations()
Get all the Stations in the collection.
|
List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box.
|
List<Station> |
StationCollection.getStations(List<String> stnNames)
Translate list of station names to list of Stations.
|
Modifier and Type | Method and Description |
---|---|
StationTimeSeriesFeature |
StationTimeSeriesFeatureCollection.getStationFeature(Station s)
Get the collection of data for a particular Station.
|
StationProfileFeature |
StationProfileFeatureCollection.getStationProfileFeature(Station s)
Get the StationProfileFeature for a specific Station.
|
Modifier and Type | Method and Description |
---|---|
StationProfileFeatureCollection |
StationProfileFeatureCollection.subset(List<Station> stations)
Get a subsetted StationProfileFeatureCollection
|
StationTimeSeriesFeatureCollection |
StationTimeSeriesFeatureCollection.subset(List<Station> stations)
Get a subsetted StationCollection based on a list of Stations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StationFeature
Interface for Station with getFeaturedata()
|
Modifier and Type | Class and Description |
---|---|
class |
StationFeatureImpl
Describe
|
class |
StationProfileFeatureImpl
Abstract superclass for implementations of StationProfileFeature.
|
class |
StationTimeSeriesFeatureImpl
Superclass for implementations of StationFeature: time series of data at a point
Concrete subclass must implement getFeatureData() and getPointFeatureIterator();
|
static class |
StationTimeSeriesFeatureImpl.StationFeatureSubset |
Modifier and Type | Field and Description |
---|---|
protected Station |
StationTimeSeriesFeatureImpl.s |
protected Station |
StationProfileFeatureImpl.s |
Modifier and Type | Method and Description |
---|---|
Station |
StationTimeSeriesCollectionImpl.getStation(PointFeature feature) |
Station |
StationTimeSeriesCollectionImpl.getStation(String name) |
Station |
StationProfileCollectionImpl.getStation(String name) |
Modifier and Type | Method and Description |
---|---|
List<Station> |
StationTimeSeriesCollectionImpl.getStations() |
List<Station> |
StationHelper.getStations() |
List<Station> |
StationProfileCollectionImpl.getStations() |
List<Station> |
StationTimeSeriesCollectionImpl.getStations(LatLonRect boundingBox) |
List<Station> |
StationHelper.getStations(LatLonRect boundingBox) |
List<Station> |
StationProfileCollectionImpl.getStations(LatLonRect boundingBox) |
List<Station> |
StationTimeSeriesCollectionImpl.getStations(List<String> stnNames) |
List<Station> |
StationHelper.getStations(List<String> stnNames) |
List<Station> |
StationProfileCollectionImpl.getStations(List<String> stnNames) |
Modifier and Type | Method and Description |
---|---|
int |
StationTimeSeriesFeatureImpl.compareTo(Station so) |
int |
StationProfileCollectionImpl.compareTo(Station so) |
int |
StationProfileFeatureImpl.compareTo(Station so) |
StationTimeSeriesFeature |
StationTimeSeriesCollectionImpl.getStationFeature(Station s) |
StationFeature |
StationHelper.getStationFeature(Station stn) |
StationProfileFeature |
StationProfileCollectionImpl.getStationProfileFeature(Station s) |
Modifier and Type | Method and Description |
---|---|
List<StationFeature> |
StationHelper.getStationFeatures(List<Station> stations) |
StationTimeSeriesFeatureCollection |
StationTimeSeriesCollectionImpl.subset(List<Station> stations) |
StationHelper |
StationHelper.subset(List<Station> stns) |
StationProfileCollectionImpl |
StationProfileCollectionImpl.subset(List<Station> stations) |
Constructor and Description |
---|
StationProfileFeatureImpl(Station s,
DateUnit timeUnit,
String altUnits,
int npts) |
StationTimeSeriesFeatureImpl(Station s,
DateUnit timeUnit,
String altUnits,
int npts) |
Modifier and Type | Method and Description |
---|---|
StationTimeSeriesFeature |
CompositeStationCollection.getStationFeature(Station s) |
Modifier and Type | Method and Description |
---|---|
StationTimeSeriesFeatureCollection |
CompositeStationCollection.subset(List<Station> stations) |
Modifier and Type | Method and Description |
---|---|
Station |
RemoteStationCollection.getStation(PointFeature feature) |
Modifier and Type | Method and Description |
---|---|
static PointStreamProto.StationList |
PointStream.encodeStations(List<Station> stnList) |
StationTimeSeriesFeatureCollection |
RemoteStationCollection.subset(List<Station> stations) |
Modifier and Type | Method and Description |
---|---|
void |
WriterCFStationCollection.writeRecord(Station s,
PointFeature sobs,
StructureData sdata) |
Modifier and Type | Method and Description |
---|---|
static LatLonRect |
CFPointWriterUtils.getBoundingBox(List<? extends Station> stnList) |
Modifier and Type | Class and Description |
---|---|
class |
BufrConfig.BufrStation |
Modifier and Type | Class and Description |
---|---|
class |
StationImpl
Implementation of Station
|
Modifier and Type | Method and Description |
---|---|
int |
StationImpl.compareTo(Station so) |
Constructor and Description |
---|
StationImpl(Station s,
int nobs) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.