ucar.nc2.dt.grid.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netcdf Show documentation
Show all versions of netcdf Show documentation
The NetCDF-Java Library is a Java interface to NetCDF files,
as well as to many other types of scientific data formats.
package ucar.nc2.dt.grid
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.