Uses of Interface
ucar.nc2.dt.GridDatatype

Packages that use GridDatatype
ucar.nc2.dt Scientific data types package. 
 

Uses of GridDatatype in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return GridDatatype
 GridDatatype GridDataset.findGridDatatype(java.lang.String name)
          find the named GridDatatype.
 GridDatatype GridDatatype.makeSubset(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.
 GridDatatype GridDatatype.makeSubset(Range rt_range, Range e_range, Range t_range, Range z_range, Range y_range, Range x_range)
          Create a new GeoGrid that is a logical subset of this GeoGrid.
 

Methods in ucar.nc2.dt that return types with arguments of type GridDatatype
 java.util.List<GridDatatype> GridDataset.getGrids()
          get the list of GridDatatype objects contained in this dataset.
 java.util.List<GridDatatype> GridDataset.Gridset.getGrids()
          Get list of GridDatatype objects with same Coordinate System