Package | Description |
---|---|
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
Modifier and Type | Method and Description |
---|---|
GridCoordSys |
NetcdfDatasetInfo.getGridCoordSys(VariableEnhanced ve) |
Modifier and Type | Method and Description |
---|---|
GridCoordSys |
GridDataset.Gridset.getGeoCoordSys()
Deprecated.
use getGeoCoordSystem() if possible.
|
static GridCoordSys |
GridCoordSys.makeGridCoordSys(Formatter sbuff,
CoordinateSystem cs,
VariableEnhanced v)
Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
|
Constructor and Description |
---|
GeoGrid(GridDataset dataset,
VariableDS dsvar,
GridCoordSys gcs)
Constructor.
|
GridCoordSys(GridCoordSys from,
Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a GridCoordSys as a section of an existing GridCoordSys.
|
GridCoordSys(GridCoordSys from,
Range rt_range,
Range e_range,
Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a GridCoordSys as a section of an existing GridCoordSys.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.