ucar.nc2.dt
Interface GridDataset

All Superinterfaces:
TypedDataset
All Known Implementing Classes:
GridDataset

public interface GridDataset
extends TypedDataset

A dataset containing Grid objects.

Author:
caron

Nested Class Summary
static interface GridDataset.Gridset
          A set of GridDatatype objects with the same Coordinate System.
 
Method Summary
 GridDatatype findGridDatatype(java.lang.String name)
          find the named GridDatatype.
 java.util.List getGrids()
          get the list of GridDatatype objects contained in this dataset.
 java.util.List getGridsets()
          Return GridDatatype objects grouped by GridCoordSystem.
 
Methods inherited from interface ucar.nc2.dt.TypedDataset
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle
 

Method Detail

getGrids

java.util.List getGrids()
get the list of GridDatatype objects contained in this dataset.


findGridDatatype

GridDatatype findGridDatatype(java.lang.String name)
find the named GridDatatype.


getGridsets

java.util.List getGridsets()
Return GridDatatype objects grouped by GridCoordSystem. All GridDatatype in a Gridset have the same GridCoordSystem.

Returns:
List of type GridDataset.Gridset