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.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
Modifier and Type | Method and Description |
---|---|
StationProfileFeature |
StationProfileFeatureCollection.getStationProfileFeature(Station s)
Get the StationProfileFeature for a specific Station.
|
StationProfileFeature |
StationProfileFeatureCollection.next()
Use the internal iterator to get the next StationProfileFeature in the iteration.
|
StationProfileFeature |
StationProfileFeature.subset(DateRange dateRange)
Subset this collection by dateRange
|
Modifier and Type | Class and Description |
---|---|
class |
StationProfileFeatureImpl
Abstract superclass for implementations of StationProfileFeature.
|
Modifier and Type | Method and Description |
---|---|
StationProfileFeature |
StationProfileCollectionImpl.getStationProfileFeature(Station s) |
StationProfileFeature |
StationProfileCollectionImpl.next() |
StationProfileFeature |
StationProfileFeatureImpl.subset(DateRange dateRange) |
StationProfileFeature |
StationProfileFeatureImpl.subset(LatLonRect dateRange) |
Modifier and Type | Method and Description |
---|---|
int |
WriterCFStationProfileCollection.writeProfile(StationProfileFeature spf,
ProfileFeature profile) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.