Uses of Package
ucar.nc2.dt

Packages that use ucar.nc2.dt
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
ucar.nc2.dt Scientific data types package. 
 

Classes in ucar.nc2.dt used by thredds.catalog
GridDataset
          A dataset containing Grid objects.
 

Classes in ucar.nc2.dt used by ucar.nc2.dt
DataIterator
          Just like java.util.Iterator, but may throw IOException on nextData() call.
GridCoordSystem
          A Coordinate System for gridded data.
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.Sweep
          A sweep is 2D data using radial coordinate system (elevation, azimuth, radial distance)
RadialDatasetSweep.Type
          A Type of RadialSweep.
StationCollection
          A collection of data at unconnected station locations, typically time series.
StationObsDatatype
          A collection of observations at one time and at one station ( = named location)
TrajectoryObsDatatype
          A sequence (one-dimensional, variable-length list) of PointObsDatatype, connected in space and time.
TypedDataset
          Superclass for "scientific type" datasets.