Interface | Description |
---|---|
DataIterator |
Just like java.util.Iterator, but may throw IOException on nextData() call.
|
GridCoordSystem |
A Coordinate System for gridded data.
|
GridDataset |
A dataset containing Grid objects.
|
GridDataset.Gridset |
A set of GridDatatype objects with the same Coordinate System.
|
GridDatatype |
Interface for scientific datatype Grid.
|
PointCollection |
A collection of data at unconnected locations.
|
PointObsDataset |
A PointCollection of PointObsDatatype.
|
PointObsDatatype |
A collection of observations at one time and location.
|
RadialDatasetSweep |
A RadialDataset in which the radials can be grouped into sweeps.
|
RadialDatasetSweep.RadialVariable |
A data Variable with radial geometry.
|
RadialDatasetSweep.Sweep |
A sweep is 2D data using radial coordinate system (elevation, azimuth, radial distance)
|
StationCollection |
A collection of data at unconnected station locations, typically time series.
|
StationObsDataset |
A collection of Stations with StationObsDatatype data.
|
StationObsDatatype |
A collection of observations at one time and at one station ( = named location)
|
StationRadialDataset |
A collection of Stations with RadialDatatype data.
|
TimeSeriesCollection |
A collection of data in a time series.
|
TrajectoryObsDataset |
A collection of TrajectoryObsDatatype.
|
TrajectoryObsDatatype |
A sequence (one-dimensional, variable-length list) of PointObsDatatype, connected in space and time.
|
TypedDataset |
Superclass for "scientific type" datasets.
|
TypedDatasetFactoryIF |
Interface for factories that wrap a NetcdfDataset with a subclass of TypedDataset
|
Class | Description |
---|---|
DataIteratorAdapter |
make an Iterator into a DataIterator
|
DatatypeIterator |
An abstract implementation for iterating over datatypes, such as PointObsDatatype, etc.
|
RadialDatasetSweep.Type |
A Type of RadialSweep.
|
StationImpl |
Implementation of Station
|
TypedDatasetFactory | Deprecated |
TypedDatasetImpl |
Superclass for implementations of TypedDataset.
|
VariableSimpleSubclass |
Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed.
|
Scientific data types package. The Point types have been superceded by the classes in package ucar.nc2.ft.
These are interfaces that define access to specialized "scientific datatype" datasets. There are three types of interfaces:
A TypedDataset and TypedVariable are lightweight abstractions of NetcdfDataset and Variable, which allows implementations that are not necessarily based on NetcdfDataset objects.
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.