|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Station | |
---|---|
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. |
Uses of Station in ucar.nc2.dt |
---|
Methods in ucar.nc2.dt that return Station | |
---|---|
Station |
StationObsDatatype.getStation()
Station location of the observation |
Station |
StationCollection.getStation(String name)
Find a Station by name |
Methods in ucar.nc2.dt that return types with arguments of type Station | |
---|---|
List<Station> |
StationRadarCollection.getStations()
Get all the Stations in the collection. |
List<Station> |
StationCollection.getStations()
Get all the Stations in the collection. |
List<Station> |
StationCollection.getStations(CancelTask cancel)
Get all the Stations in the collection, allow user to cancel. |
List<Station> |
StationCollection.getStations(LatLonRect boundingBox)
Get all the Stations within a bounding box. |
List<Station> |
StationRadarCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Get all the Stations within a bounding box, allow user to cancel. |
List<Station> |
StationCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
Get all the Stations within a bounding box, allow user to cancel. |
Methods in ucar.nc2.dt with parameters of type Station | |
---|---|
List |
StationCollection.getData(Station s)
Get all data for this Station. |
List |
StationCollection.getData(Station s,
CancelTask cancel)
Get all data for this Station, allow user to cancel. |
List |
StationCollection.getData(Station s,
Date start,
Date end)
Get data for this Station within the specified date range. |
List |
StationCollection.getData(Station s,
Date start,
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,
Date start,
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? |
Method parameters in ucar.nc2.dt with type arguments of type Station | |
---|---|
List |
StationCollection.getData(List<Station> stations)
Get all data for a list of Stations. |
List |
StationCollection.getData(List<Station> stations,
CancelTask cancel)
Get all data for a list of Stations, allow user to cancel. |
List |
StationCollection.getData(List<Station> stations,
Date start,
Date end)
Get data for a list of Stations within the specified date range. |
List |
StationCollection.getData(List<Station> stations,
Date start,
Date end,
CancelTask cancel)
Get data for a list of Stations within the specified date range, allow user to cancel. |
Uses of Station in ucar.nc2.dt.point |
---|
Fields in ucar.nc2.dt.point declared as Station | |
---|---|
protected Station |
StationObsDatatypeImpl.station
|
Fields in ucar.nc2.dt.point with type parameters of type Station | |
---|---|
protected List<Station> |
StationObsDatasetImpl.stations
|
protected Map<Object,Station> |
RecordDatasetHelper.stnHash
Deprecated. |
Methods in ucar.nc2.dt.point that return Station | |
---|---|
Station |
RecordDatasetHelper.RecordStationObs.getStation()
|
Station |
StationObsDatatypeImpl.getStation()
|
Station |
StationDatasetHelper.getStation(String name)
|
Station |
StationObsDatasetImpl.getStation(String id)
|
Station |
StationDatasetCollection.getStation(String name)
Find a Station by name |
Methods in ucar.nc2.dt.point that return types with arguments of type Station | |
---|---|
List<Station> |
StationObsDatasetImpl.getStations()
|
List<Station> |
StationObsDatasetImpl.getStations(CancelTask cancel)
|
List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox)
|
List<Station> |
StationDatasetHelper.getStations(LatLonRect boundingBox,
CancelTask cancel)
|
List<Station> |
StationObsDatasetImpl.getStations(LatLonRect boundingBox,
CancelTask cancel)
|
Methods in ucar.nc2.dt.point with parameters of type Station | |
---|---|
List |
StationObsDatasetImpl.getData(Station s)
|
List |
NdbcDataset.getData(Station s,
CancelTask cancel)
|
List |
UnidataStationObsDataset2.getData(Station s,
CancelTask cancel)
Deprecated. |
List |
OldUnidataStationObsDataset.getData(Station s,
CancelTask cancel)
|
List |
UnidataStationObsDataset.getData(Station s,
CancelTask cancel)
|
List |
SequenceObsDataset.getData(Station s,
CancelTask cancel)
|
List |
UnidataStationObsMultidimDataset.getData(Station s,
CancelTask cancel)
|
List |
CFstationObsDataset.getData(Station s,
CancelTask cancel)
|
List |
MadisStationObsDataset.getData(Station s,
CancelTask cancel)
|
List |
StationObsDatasetImpl.getData(Station s,
Date start,
Date end)
|
List |
StationObsDatasetImpl.getData(Station s,
Date start,
Date end,
CancelTask cancel)
|
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s)
|
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s)
|
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s)
|
DataIterator |
StationDatasetCollection.getDataIterator(Station s)
Get all data for this Station. |
DataIterator |
CFstationObsDataset.getDataIterator(Station s)
|
DataIterator |
UnidataStationObsDataset.getDataIterator(Station s,
Date start,
Date end)
|
DataIterator |
StationObsDatasetImpl.getDataIterator(Station s,
Date start,
Date end)
Get data for this Station within the specified date range. |
DataIterator |
UnidataStationObsMultidimDataset.getDataIterator(Station s,
Date start,
Date end)
|
DataIterator |
StationDatasetCollection.getDataIterator(Station s,
Date start,
Date end)
Get data for this Station within the specified date range. |
DataIterator |
CFstationObsDataset.getDataIterator(Station s,
Date start,
Date end)
|
int |
OldUnidataStationObsDataset.getStationDataCount(Station s)
|
int |
StationObsDatasetImpl.getStationDataCount(Station s)
|
List |
StationDatasetHelper.getStationObs(Station s,
double startTime,
double endTime,
CancelTask cancel)
|
List |
DapperDataset.readStationData(Station s,
CancelTask cancel)
|
Method parameters in ucar.nc2.dt.point with type arguments of type Station | |
---|---|
List |
StationObsDatasetImpl.getData(List<Station> stations)
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
CancelTask cancel)
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
Date start,
Date end)
|
List |
StationObsDatasetImpl.getData(List<Station> stations,
Date start,
Date end,
CancelTask cancel)
|
List |
StationDatasetHelper.getStationObs(List<Station> stations,
CancelTask cancel)
|
List |
StationDatasetHelper.getStationObs(List<Station> stations,
double startTime,
double endTime,
CancelTask cancel)
|
void |
WriterStationObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars)
|
void |
WriterCFStationObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int numrec)
|
void |
WriterProfileObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int nprofiles,
String altVarName)
|
Constructors in ucar.nc2.dt.point with parameters of type Station | |
---|---|
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)
|
Uses of Station in ucar.nc2.ft |
---|
Subinterfaces of Station in ucar.nc2.ft | |
---|---|
interface |
StationProfileFeature
Time series of ProfileFeature at named locations. |
interface |
StationTimeSeriesFeature
Time series of PointFeature at a named location aka 'station'. |
Methods in ucar.nc2.ft that return Station | |
---|---|
Station |
StationTimeSeriesFeatureCollection.getStation(PointFeature feature)
Get the station that belongs to this feature |
Station |
StationCollection.getStation(String name)
Find a Station by name. |
Methods in ucar.nc2.ft that return types with arguments of type Station | |
---|---|
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. |
Methods in ucar.nc2.ft with parameters of type Station | |
---|---|
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. |
Method parameters in ucar.nc2.ft with type arguments of type Station | |
---|---|
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. |
Uses of Station in ucar.nc2.ft.point |
---|
Classes in ucar.nc2.ft.point that implement Station | |
---|---|
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. |
Fields in ucar.nc2.ft.point declared as Station | |
---|---|
protected Station |
StationFeatureImpl.s
|
protected Station |
StationProfileFeatureImpl.s
|
Methods in ucar.nc2.ft.point that return Station | |
---|---|
Station |
StationPointFeature.getStation()
|
Station |
StationTimeSeriesCollectionImpl.getStation(PointFeature feature)
|
Station |
StationHelper.getStation(String name)
|
Station |
StationProfileCollectionImpl.getStation(String name)
|
Station |
StationTimeSeriesCollectionImpl.getStation(String name)
|
Methods in ucar.nc2.ft.point that return types with arguments of type Station | |
---|---|
List<Station> |
StationHelper.getStations()
|
List<Station> |
StationProfileCollectionImpl.getStations()
|
List<Station> |
StationTimeSeriesCollectionImpl.getStations()
|
List<Station> |
StationHelper.getStations(LatLonRect boundingBox)
|
List<Station> |
StationProfileCollectionImpl.getStations(LatLonRect boundingBox)
|
List<Station> |
StationTimeSeriesCollectionImpl.getStations(LatLonRect boundingBox)
|
List<Station> |
StationHelper.getStations(List<String> stnNames)
|
List<Station> |
StationProfileCollectionImpl.getStations(List<String> stnNames)
|
List<Station> |
StationTimeSeriesCollectionImpl.getStations(List<String> stnNames)
|
Methods in ucar.nc2.ft.point with parameters of type Station | |
---|---|
void |
StationHelper.addStation(Station s)
|
int |
StationProfileCollectionImpl.compareTo(Station so)
|
int |
StationFeatureImpl.compareTo(Station so)
|
int |
StationProfileFeatureImpl.compareTo(Station so)
|
StationTimeSeriesFeature |
StationTimeSeriesCollectionImpl.getStationFeature(Station s)
|
StationProfileFeature |
StationProfileCollectionImpl.getStationProfileFeature(Station s)
|
Method parameters in ucar.nc2.ft.point with type arguments of type Station | |
---|---|
void |
StationHelper.setStations(List<Station> nstations)
|
StationProfileCollectionImpl |
StationProfileCollectionImpl.subset(List<Station> stations)
|
StationTimeSeriesFeatureCollection |
StationTimeSeriesCollectionImpl.subset(List<Station> stations)
|
Constructors in ucar.nc2.ft.point with parameters of type Station | |
---|---|
StationFeatureImpl(Station s,
DateUnit timeUnit,
int npts)
|
|
StationProfileFeatureImpl(Station s,
DateUnit timeUnit,
int npts)
|
Uses of Station in ucar.nc2.ft.point.collection |
---|
Methods in ucar.nc2.ft.point.collection with parameters of type Station | |
---|---|
StationTimeSeriesFeature |
CompositeStationCollection.getStationFeature(Station s)
|
Method parameters in ucar.nc2.ft.point.collection with type arguments of type Station | |
---|---|
StationTimeSeriesFeatureCollection |
CompositeStationCollection.subset(List<Station> stations)
|
Constructor parameters in ucar.nc2.ft.point.collection with type arguments of type Station | |
---|---|
CompositeStationCollection(String name,
TimedCollection dataCollection,
List<Station> stns,
List<VariableSimpleIF> dataVariables)
|
Uses of Station in ucar.nc2.ft.point.remote |
---|
Methods in ucar.nc2.ft.point.remote that return Station | |
---|---|
Station |
RemoteStationCollection.getStation(PointFeature feature)
|
Method parameters in ucar.nc2.ft.point.remote with type arguments of type Station | |
---|---|
static PointStreamProto.StationList |
PointStream.encodeStations(List<Station> stnList)
|
StationTimeSeriesFeatureCollection |
RemoteStationCollection.subset(List<Station> stations)
|
Uses of Station in ucar.nc2.ft.point.standard |
---|
Methods in ucar.nc2.ft.point.standard that return Station | |
---|---|
Station |
StandardStationCollectionImpl.makeStation(StructureData stationData,
int recnum)
Make a Station from the station data structure. |
Station |
StandardStationProfileCollectionImpl.makeStation(StructureData stationData,
int recnum)
|
Uses of Station in ucar.nc2.ft.point.writer |
---|
Methods in ucar.nc2.ft.point.writer with parameters of type Station | |
---|---|
void |
WriterCFStationCollection.writeRecord(Station s,
PointFeature sobs,
StructureData sdata)
|
Method parameters in ucar.nc2.ft.point.writer with type arguments of type Station | |
---|---|
void |
WriterCFStationCollection.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
DateUnit timeUnit)
|
Uses of Station in ucar.nc2.ft.radial |
---|
Methods in ucar.nc2.ft.radial with parameters of type Station | |
---|---|
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. |
Method parameters in ucar.nc2.ft.radial with type arguments of type Station | |
---|---|
StationRadialDataset |
StationRadialDataset.subset(List<Station> stations)
Get a subsetted StationCollection |
Uses of Station in ucar.nc2.iosp.adde |
---|
Classes in ucar.nc2.iosp.adde that implement Station | |
---|---|
class |
StationDB.Station
|
Methods in ucar.nc2.iosp.adde with parameters of type Station | |
---|---|
List |
AddeStationObsDataset.getData(Station s,
CancelTask cancel)
|
List |
AddeStationObsDataset.getData(Station s,
Date start,
Date end,
CancelTask cancel)
|
int |
AddeStationObsDataset.getStationDataCount(Station s)
|
Uses of Station in ucar.nc2.iosp.gempak |
---|
Classes in ucar.nc2.iosp.gempak that implement Station | |
---|---|
class |
GempakStation
Class to hold GEMPAK station information |
Methods in ucar.nc2.iosp.gempak with parameters of type Station | |
---|---|
int |
GempakStation.compareTo(Station o)
Compare this to another |
Uses of Station in ucar.nc2.thredds |
---|
Fields in ucar.nc2.thredds with type parameters of type Station | |
---|---|
protected HashMap<String,Station> |
TDSRadarDatasetCollection.stationHMap
map of station name to station |
Methods in ucar.nc2.thredds that return Station | |
---|---|
Station |
TDSRadarDatasetCollection.getRadarStation(String sName)
get one radar station. |
Methods in ucar.nc2.thredds that return types with arguments of type Station | |
---|---|
List<Station> |
TDSRadarDatasetCollection.getRadarStations()
get all radar station. |
List<Station> |
TDSRadarDatasetCollection.getStations()
get all radar station. |
List<Station> |
TDSRadarDatasetCollection.getStations(CancelTask cancel)
get all radar station within box. |
List<Station> |
TDSRadarDatasetCollection.getStations(LatLonRect boundingBox)
get all radar station within box. |
List<Station> |
TDSRadarDatasetCollection.getStations(LatLonRect boundingBox,
CancelTask cancel)
get all radar station within box. |
HashMap<String,Station> |
TDSRadarDatasetCollection.readRadarStations(String stsXML_location)
retrieve all radar stations in this dataset collection |
Methods in ucar.nc2.thredds with parameters of type Station | |
---|---|
List |
DqcStationObsDataset.getData(Station s,
CancelTask cancel)
|
Uses of Station in ucar.unidata.geoloc |
---|
Classes in ucar.unidata.geoloc that implement Station | |
---|---|
class |
StationImpl
Implementation of Station |
Methods in ucar.unidata.geoloc with parameters of type Station | |
---|---|
int |
StationImpl.compareTo(Station so)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |