Package | Description |
---|---|
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.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 Point Feature Types to netcdf/CF files
|
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 |
---|---|
List<StationFeature> |
StationProfileFeatureCollection.getStationFeatures()
Get list of stations as StationFeatures
|
List<StationFeature> |
StationTimeSeriesFeatureCollection.getStationFeatures()
Get list of stations as StationFeatures
|
List<StationFeature> |
StationTimeSeriesFeatureCollection.getStationFeatures(LatLonRect boundingBox) |
List<StationFeature> |
StationTimeSeriesFeatureCollection.getStationFeatures(List<String> stnNames) |
Modifier and Type | Method and Description |
---|---|
StationTimeSeriesFeatureCollection |
StationTimeSeriesFeatureCollection.subsetFeatures(List<StationFeature> stations)
Get a subsetted StationCollection based on a list of Stations.
|
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 | Method and Description |
---|---|
StationFeature |
StationPointFeature.getStation() |
StationFeature |
StationHelper.getStation(String name) |
StationFeature |
StationHelper.getStationFeature(Station stn) |
Modifier and Type | Method and Description |
---|---|
List<StationFeature> |
StationTimeSeriesCollectionImpl.getStationFeatures() |
List<StationFeature> |
StationHelper.getStationFeatures() |
List<StationFeature> |
StationProfileCollectionImpl.getStationFeatures() |
List<StationFeature> |
StationTimeSeriesCollectionImpl.getStationFeatures(LatLonRect boundingBox) |
List<StationFeature> |
StationHelper.getStationFeatures(LatLonRect boundingBox) |
List<StationFeature> |
StationHelper.getStationFeatures(List<Station> stations) |
List<StationFeature> |
StationTimeSeriesCollectionImpl.getStationFeatures(List<String> stnNames) |
List<StationFeature> |
StationHelper.getStationFeaturesFromNames(List<String> stnNames) |
Modifier and Type | Method and Description |
---|---|
void |
StationHelper.addStation(StationFeature s) |
Modifier and Type | Method and Description |
---|---|
void |
StationHelper.setStations(List<StationFeature> nstations) |
StationTimeSeriesFeatureCollection |
StationTimeSeriesCollectionImpl.subsetFeatures(List<StationFeature> stationsFeatures) |
Constructor and Description |
---|
StationFeatureImpl(StationFeature from) |
Modifier and Type | Method and Description |
---|---|
StationFeature |
StandardStationProfileCollectionImpl.makeStation(StructureData stationData,
int recnum) |
Modifier and Type | Method and Description |
---|---|
void |
WriterCFStationProfileCollection.setStations(List<StationFeature> stns) |
void |
WriterCFStationCollection.writeHeader(List<StationFeature> stns,
StationPointFeature spf) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.