|
||||||||||
| 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.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(java.lang.String name)
Find a Station by name |
| Methods in ucar.nc2.dt that return types with arguments of type Station | |
|---|---|
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. |
| Methods in ucar.nc2.dt with parameters of type Station | |
|---|---|
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? |
| Method parameters in ucar.nc2.dt with type arguments of type Station | |
|---|---|
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. |
| 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 java.util.List<Station> |
StationObsDatasetImpl.stations
|
protected java.util.Map<java.lang.Object,Station> |
RecordDatasetHelper.stnHash
|
| Methods in ucar.nc2.dt.point that return Station | |
|---|---|
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 |
| Methods in ucar.nc2.dt.point that return types with arguments of type Station | |
|---|---|
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)
|
| Methods in ucar.nc2.dt.point with parameters of type Station | |
|---|---|
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)
|
| Method parameters in ucar.nc2.dt.point with type arguments of type Station | |
|---|---|
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)
|
| 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 |
StationCollection.getStation(java.lang.String name)
Find a Station by name. |
| Methods in ucar.nc2.ft that return types with arguments of type Station | |
|---|---|
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.lang.String[] names)
Get a list of named 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 | |
|---|---|
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 |
| 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 |
StationProfileFeatureImpl.s
|
protected Station |
StationFeatureImpl.s
|
| Methods in ucar.nc2.ft.point that return Station | |
|---|---|
Station |
StationTimeSeriesCollectionImpl.getStation(java.lang.String name)
|
Station |
StationProfileCollectionImpl.getStation(java.lang.String name)
|
Station |
StationHelper.getStation(java.lang.String name)
|
| Methods in ucar.nc2.ft.point that return types with arguments of type Station | |
|---|---|
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.lang.String[] names)
|
java.util.List<Station> |
StationProfileCollectionImpl.getStations(java.lang.String[] names)
|
java.util.List<Station> |
StationHelper.getStations(java.lang.String[] stns)
|
| Methods in ucar.nc2.ft.point with parameters of type Station | |
|---|---|
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)
|
| Method parameters in ucar.nc2.ft.point with type arguments of type Station | |
|---|---|
void |
StationHelper.setStations(java.util.List<Station> nstations)
|
StationTimeSeriesFeatureCollection |
StationTimeSeriesCollectionImpl.subset(java.util.List<Station> stations)
|
StationProfileCollectionImpl |
StationProfileCollectionImpl.subset(java.util.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(java.util.List<Station> stations)
|
| Uses of Station in ucar.nc2.ft.point.remote |
|---|
| Methods in ucar.nc2.ft.point.remote with parameters of type Station | |
|---|---|
StationTimeSeriesFeature |
RemoteStationCollection.getStationFeature(Station s)
|
| Method parameters in ucar.nc2.ft.point.remote with type arguments of type Station | |
|---|---|
static PointStreamProto.StationList |
PointStream.encodeStations(java.util.List<Station> stnList)
|
StationTimeSeriesFeatureCollection |
RemoteStationCollection.subset(java.util.List<Station> stations)
|
| Uses of Station in ucar.nc2.ft.point.standard |
|---|
| Methods in ucar.nc2.ft.point.standard that return Station | |
|---|---|
Station |
NestedTable.makeStation(StructureData stationData)
|
| Methods in ucar.nc2.ft.point.standard that return types with arguments of type Station | |
|---|---|
java.util.List<Station> |
NestedTable.makeStations(int bufferSize)
|
| 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(java.util.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 | |
|---|---|
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)
|
| 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 java.util.HashMap<java.lang.String,Station> |
TDSRadarDatasetCollection.stationHMap
map of station name to station |
| Methods in ucar.nc2.thredds that return Station | |
|---|---|
Station |
TDSRadarDatasetCollection.getRadarStation(java.lang.String sName)
get one radar station. |
| Methods in ucar.nc2.thredds that return types with arguments of type Station | |
|---|---|
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. |
| Methods in ucar.nc2.thredds with parameters of type Station | |
|---|---|
java.util.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 | |||||||||