| 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.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
| ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types
|
| ucar.nc2.ft.radial | |
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| ucar.nc2.iosp.gempak | |
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
| Modifier and Type | Method and Description |
|---|---|
Station |
StationObsDatatype.getStation()
Station location of the observation
|
Station |
StationCollection.getStation(java.lang.String name)
Find a Station by name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Station> |
StationRadarCollection.getStations()
Get all the Stations in the collection.
|
java.util.List<Station> |
StationCollection.getStations()
Get all the Stations in the collection.
|
java.util.List<Station> |
StationCollection.getStations(CancelTask cancel)
Get all the Stations in the collection, allow user to cancel.
|
java.util.List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box.
|
java.util.List<Station> |
StationRadarCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Get all the Stations within a bounding box, allow user to cancel.
|
java.util.List<Station> |
StationCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Get all the Stations within a bounding box, allow user to cancel.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
StationCollection.getData(Station s)
Get all data for this Station.
|
java.util.List |
StationCollection.getData(Station s,
CancelTask cancel)
Get all data for this Station, allow user to cancel.
|
java.util.List |
StationCollection.getData(Station s,
java.util.Date start,
java.util.Date end)
Get data for this Station within the specified date range.
|
java.util.List |
StationCollection.getData(Station s,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
Get data for this Station within the specified date range, allow user to cancel.
|
DataIterator |
StationCollection.getDataIterator(Station s)
Get all data for this Station.
|
DataIterator |
StationCollection.getDataIterator(Station s,
java.util.Date start,
java.util.Date end)
Get data for this Station within the specified date range.
|
int |
StationCollection.getStationDataCount(Station s)
How many Data objects are available for this Station?
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
StationCollection.getData(java.util.List<Station> stations)
Get all data for a list of Stations.
|
java.util.List |
StationCollection.getData(java.util.List<Station> stations,
CancelTask cancel)
Get all data for a list of Stations, allow user to cancel.
|
java.util.List |
StationCollection.getData(java.util.List<Station> stations,
java.util.Date start,
java.util.Date end)
Get data for a list of Stations within the specified date range.
|
java.util.List |
StationCollection.getData(java.util.List<Station> stations,
java.util.Date start,
java.util.Date end,
CancelTask cancel)
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 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Station> |
StationObsDatasetImpl.stations |
protected java.util.Map<java.lang.Object,Station> |
RecordDatasetHelper.stnHash
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Station |
StationObsDatatypeImpl.getStation() |
Station |
RecordDatasetHelper.RecordStationObs.getStation() |
Station |
StationObsDatasetImpl.getStation(java.lang.String id) |
Station |
StationDatasetHelper.getStation(java.lang.String name) |
Station |
StationDatasetCollection.getStation(java.lang.String name)
Find a Station by name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Station> |
StationObsDatasetImpl.getStations() |
java.util.List<Station> |
StationObsDatasetImpl.getStations(CancelTask cancel) |
java.util.List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox) |
java.util.List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox,
CancelTask cancel) |
java.util.List<Station> |
StationDatasetHelper.getStations(LatLonRect boundingBox,
CancelTask cancel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
StationObsDatasetImpl.getData(Station s) |
java.util.List |
UnidataStationObsMultidimDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
UnidataStationObsDataset2.getData(Station s,
CancelTask cancel)
Deprecated.
|
java.util.List |
UnidataStationObsDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
SequenceObsDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
OldUnidataStationObsDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
NdbcDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
MadisStationObsDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
CFstationObsDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
StationObsDatasetImpl.getData(Station s,
java.util.Date start,
java.util.Date end) |
java.util.List |
StationObsDatasetImpl.getData(Station s,
java.util.Date start,
java.util.Date end,
CancelTask cancel) |
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s) |
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s) |
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s) |
DataIterator |
StationDatasetCollection.getDataIterator(Station s)
Get all data for this Station.
|
DataIterator |
CFstationObsDataset.getDataIterator(Station s) |
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s,
java.util.Date start,
java.util.Date end) |
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s,
java.util.Date start,
java.util.Date end) |
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s,
java.util.Date start,
java.util.Date end)
Get data for this Station within the specified date range.
|
DataIterator |
StationDatasetCollection.getDataIterator(Station s,
java.util.Date start,
java.util.Date end)
Get data for this Station within the specified date range.
|
DataIterator |
CFstationObsDataset.getDataIterator(Station s,
java.util.Date start,
java.util.Date end) |
int |
StationObsDatasetImpl.getStationDataCount(Station s) |
int |
OldUnidataStationObsDataset.getStationDataCount(Station s) |
java.util.List |
StationDatasetHelper.getStationObs(Station s,
double startTime,
double endTime,
CancelTask cancel) |
java.util.List |
DapperDataset.readStationData(Station s,
CancelTask cancel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
StationObsDatasetImpl.getData(java.util.List<Station> stations) |
java.util.List |
StationObsDatasetImpl.getData(java.util.List<Station> stations,
CancelTask cancel) |
java.util.List |
StationObsDatasetImpl.getData(java.util.List<Station> stations,
java.util.Date start,
java.util.Date end) |
java.util.List |
StationObsDatasetImpl.getData(java.util.List<Station> stations,
java.util.Date start,
java.util.Date end,
CancelTask cancel) |
java.util.List |
StationDatasetHelper.getStationObs(java.util.List<Station> stations,
CancelTask cancel) |
java.util.List |
StationDatasetHelper.getStationObs(java.util.List<Station> stations,
double startTime,
double endTime,
CancelTask cancel) |
void |
WriterStationObsDataset.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars) |
void |
WriterCFStationObsDataset.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars,
int numrec) |
void |
WriterProfileObsDataset.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars,
int nprofiles,
java.lang.String altVarName) |
| Constructor and Description |
|---|
DapperDataset.SeqStationObs(Station s,
double obsTime,
StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
|
RecordDatasetHelper.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.
|
RecordDatasetHelper.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
|
RecordDatasetHelper.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) |
| 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(java.lang.String name)
Find a Station by name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Station> |
StationCollection.getStations()
Get all the Stations in the collection.
|
java.util.List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box.
|
java.util.List<Station> |
StationCollection.getStations(java.util.List<java.lang.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 |
|---|---|
StationTimeSeriesFeatureCollection |
StationTimeSeriesFeatureCollection.subset(java.util.List<Station> stations)
Get a subsetted StationCollection based on a list of Stations.
|
StationProfileFeatureCollection |
StationProfileFeatureCollection.subset(java.util.List<Station> stations)
Get a subsetted StationProfileFeatureCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
StationFeatureImpl
Superclass for implementations of StationFeature: time series of data at a point
Concrete subclass must implement getPointFeatureIterator();
|
class |
StationProfileFeatureImpl
Abstract superclass for implementations of StationProfileFeature.
|
| Modifier and Type | Field and Description |
|---|---|
protected Station |
StationProfileFeatureImpl.s |
protected Station |
StationFeatureImpl.s |
| Modifier and Type | Method and Description |
|---|---|
Station |
StationPointFeature.getStation() |
Station |
StationTimeSeriesCollectionImpl.getStation(PointFeature feature) |
Station |
StationTimeSeriesCollectionImpl.getStation(java.lang.String name) |
Station |
StationProfileCollectionImpl.getStation(java.lang.String name) |
Station |
StationHelper.getStation(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Station> |
StationTimeSeriesCollectionImpl.getStations() |
java.util.List<Station> |
StationProfileCollectionImpl.getStations() |
java.util.List<Station> |
StationHelper.getStations() |
java.util.List<Station> |
StationTimeSeriesCollectionImpl.getStations(LatLonRect boundingBox) |
java.util.List<Station> |
StationProfileCollectionImpl.getStations(LatLonRect boundingBox) |
java.util.List<Station> |
StationHelper.getStations(LatLonRect boundingBox) |
java.util.List<Station> |
StationTimeSeriesCollectionImpl.getStations(java.util.List<java.lang.String> stnNames) |
java.util.List<Station> |
StationProfileCollectionImpl.getStations(java.util.List<java.lang.String> stnNames) |
java.util.List<Station> |
StationHelper.getStations(java.util.List<java.lang.String> stnNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
StationHelper.addStation(Station s) |
int |
StationProfileFeatureImpl.compareTo(Station so) |
int |
StationProfileCollectionImpl.compareTo(Station so) |
int |
StationFeatureImpl.compareTo(Station so) |
StationTimeSeriesFeature |
StationTimeSeriesCollectionImpl.getStationFeature(Station s) |
StationProfileFeature |
StationProfileCollectionImpl.getStationProfileFeature(Station s) |
| Modifier and Type | Method and Description |
|---|---|
void |
StationHelper.setStations(java.util.List<Station> nstations) |
StationTimeSeriesFeatureCollection |
StationTimeSeriesCollectionImpl.subset(java.util.List<Station> stations) |
StationProfileCollectionImpl |
StationProfileCollectionImpl.subset(java.util.List<Station> stations) |
| Constructor and Description |
|---|
StationFeatureImpl(Station s,
DateUnit timeUnit,
int npts) |
StationProfileFeatureImpl(Station s,
DateUnit timeUnit,
int npts) |
| Modifier and Type | Method and Description |
|---|---|
StationTimeSeriesFeature |
CompositeStationCollection.getStationFeature(Station s) |
| Modifier and Type | Method and Description |
|---|---|
StationTimeSeriesFeatureCollection |
CompositeStationCollection.subset(java.util.List<Station> stations) |
| Constructor and Description |
|---|
CompositeStationCollection(java.lang.String name,
TimedCollection dataCollection,
java.util.List<Station> stns,
java.util.List<VariableSimpleIF> dataVariables) |
| Modifier and Type | Method and Description |
|---|---|
Station |
RemoteStationCollection.getStation(PointFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
static PointStreamProto.StationList |
PointStream.encodeStations(java.util.List<Station> stnList) |
StationTimeSeriesFeatureCollection |
RemoteStationCollection.subset(java.util.List<Station> stations) |
| Modifier and Type | Method and Description |
|---|---|
Station |
StandardStationProfileCollectionImpl.makeStation(StructureData stationData,
int recnum) |
Station |
StandardStationCollectionImpl.makeStation(StructureData stationData,
int recnum)
Make a Station from the station data structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriterCFStationCollection.writeRecord(Station s,
PointFeature sobs,
StructureData sdata) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterCFStationCollection.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars,
DateUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
RadialSweepFeature |
StationRadialDataset.getFeature(Station s)
Get the collection of data for this Station.
|
RadialSweepFeature |
StationRadialDataset.getFeature(Station s,
DateRange dateRange)
Get the collection of data for this Station and date range.
|
| Modifier and Type | Method and Description |
|---|---|
StationRadialDataset |
StationRadialDataset.subset(java.util.List<Station> stations)
Get a subsetted StationCollection
|
| Modifier and Type | Class and Description |
|---|---|
class |
StationDB.Station |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
AddeStationObsDataset.getData(Station s,
CancelTask cancel) |
java.util.List |
AddeStationObsDataset.getData(Station s,
java.util.Date start,
java.util.Date end,
CancelTask cancel) |
int |
AddeStationObsDataset.getStationDataCount(Station s) |
| Modifier and Type | Class and Description |
|---|---|
class |
GempakStation
Class to hold GEMPAK station information
|
| Modifier and Type | Method and Description |
|---|---|
int |
GempakStation.compareTo(Station o)
Compare this to another
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<java.lang.String,Station> |
TDSRadarDatasetCollection.stationHMap
map of station name to station
|
| Modifier and Type | Method and Description |
|---|---|
Station |
TDSRadarDatasetCollection.getRadarStation(java.lang.String sName)
get one radar station.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Station> |
TDSRadarDatasetCollection.getRadarStations()
get all radar station.
|
java.util.List<Station> |
TDSRadarDatasetCollection.getStations()
get all radar station.
|
java.util.List<Station> |
TDSRadarDatasetCollection.getStations(CancelTask cancel)
get all radar station within box.
|
java.util.List<Station> |
TDSRadarDatasetCollection.getStations(LatLonRect boundingBox)
get all radar station within box.
|
java.util.List<Station> |
TDSRadarDatasetCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
get all radar station within box.
|
java.util.HashMap<java.lang.String,Station> |
TDSRadarDatasetCollection.readRadarStations(java.lang.String stsXML_location)
retrieve all radar stations in this dataset collection
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
DqcStationObsDataset.getData(Station s,
CancelTask cancel) |
| Modifier and Type | Class and Description |
|---|---|
class |
StationImpl
Implementation of Station
|
| Modifier and Type | Method and Description |
|---|---|
int |
StationImpl.compareTo(Station so) |