Uses of Class
ucar.nc2.dt.grid.GeoGrid

Packages that use GeoGrid
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
 

Uses of GeoGrid in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that return GeoGrid
 GeoGrid GridDataset.findGridByName(String fullName)
          find the named GeoGrid.
 GeoGrid GeoGrid.subset(Range t_range, Range z_range, LatLonRect bbox, int z_stride, int y_stride, int x_stride)
          Create a new GeoGrid that is a logical subset of this GeoGrid.
 GeoGrid GeoGrid.subset(Range t_range, Range z_range, Range y_range, Range x_range)
          Create a new GeoGrid that is a logical subset of this GeoGrid.
 



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