|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridCoordSys | |
---|---|
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. |
Uses of GridCoordSys in ucar.nc2.dataset |
---|
Methods in ucar.nc2.dataset that return GridCoordSys | |
---|---|
GridCoordSys |
NetcdfDatasetInfo.getGridCoordSys(VariableEnhanced ve)
|
Uses of GridCoordSys in ucar.nc2.dt.grid |
---|
Methods in ucar.nc2.dt.grid that return GridCoordSys | |
---|---|
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. |
Constructors in ucar.nc2.dt.grid with parameters of type GridCoordSys | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |