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.
GridAsPointDataset Add Point operations to a GridDataset.
GridCoordinate2D 2D Coordinate System has lat(x,y) and lon(x,y).
GridCoordSys A georeferencing "gridded" CoordinateSystem.
GridDataset Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
GridDatasetInfo A helper class to GridDataset; creates a GridDataset XML document.
NetcdfCFWriter Write a CF compliant Netcdf-3 file from any gridded dataset.
 

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.



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.