Interface | Description |
---|---|
DataIterator | Deprecated
use ucar.nc2.ft.*
|
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 | Deprecated |
PointObsDataset | Deprecated
use ucar.nc2.ft.*
|
PointObsDatatype | Deprecated
use ucar.nc2.ft.*
|
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 | Deprecated |
StationObsDataset | Deprecated
use ucar.nc2.ft.*
|
StationObsDatatype | Deprecated
use ucar.nc2.ft.*
|
StationRadialDataset |
A collection of Stations with RadialDatatype data.
|
TimeSeriesCollection | Deprecated
use ucar.nc2.ft.*
|
TrajectoryObsDataset | Deprecated |
TrajectoryObsDatatype | Deprecated
use ucar.nc2.ft.*
|
TypedDataset | Deprecated
use ucar.nc2.ft.*
|
TypedDatasetFactoryIF | Deprecated
use ucar.nc2.ft.*
|
Class | Description |
---|---|
DataIteratorAdapter | Deprecated
use ucar.nc2.ft.*
|
DatatypeIterator | Deprecated
use ucar.nc2.ft.*
|
RadialDatasetSweep.Type |
A Type of RadialSweep.
|
StationImpl | Deprecated
use ucar.unidata.geoloc.StationImpl
|
TypedDatasetFactory | Deprecated |
TypedDatasetImpl | Deprecated
use ucar.nc2.ft.*
|
VariableSimpleSubclass | Deprecated
use ucar.nc2.ft.*
|
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.
DEPRECATED, use ucar.nc2.ft