ucar.nc2.dt
Interface GridDataset.Gridset

All Known Implementing Classes:
GridDataset.Gridset
Enclosing interface:
GridDataset

public static interface GridDataset.Gridset

A set of GridDatatype objects with the same Coordinate System.


Method Summary
 GridCoordSystem getGeoCoordSystem()
          all the GridDatatype in this set use this GridCoordSystem
 java.util.List getGrids()
          Get list of GridDatatype objects
 

Method Detail

getGrids

java.util.List getGrids()
Get list of GridDatatype objects


getGeoCoordSystem

GridCoordSystem getGeoCoordSystem()
all the GridDatatype in this set use this GridCoordSystem