Package ucar.nc2.dt.grid

Scientific data type "Grid", uses cartesian coordinate system.

See:
          Description

Class Summary
GeoGrid A georeferencing "gridded" VariableEnhanced, that has a GridCoordSys.
GridCoordSys A georeferencing "gridded" CoordinateSystem.
GridDataset Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
GridDatasetInfo A helper class for GridDataset to obtain information.
 

Package ucar.nc2.dt.grid Description

Scientific data type "Grid", uses cartesian coordinate system.

A grid has a georeferencing "gridded" CoordinateSystem, which implies a connected topology such that values next to each other in index space are next to each other in coordinate space. In the VisAD data model, a grid is a sampled Field. Note: these classes should be considered experimental and may be refactored in the next release.