ucar.nc2.dt
Interface GridDataset

All Superinterfaces:
TypedDataset

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<GridDatatype> getGrids()
          get the list of GridDatatype objects contained in this dataset.
 java.util.List<GridDataset.Gridset> 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<GridDatatype> getGrids()
get the list of GridDatatype objects contained in this dataset.

Returns:
list of GridDatatype

findGridDatatype

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

Parameters:
name - look for this name
Returns:
the named GridDatatype, or null if not found

getGridsets

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

Returns:
List of type GridDataset.Gridset