ucar.nc2.dt
Interface 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 Gridset use this GridCoordSystem
 java.util.List<GridDatatype> getGrids()
          Get list of GridDatatype objects with same Coordinate System
 

Method Detail

getGrids

java.util.List<GridDatatype> getGrids()
Get list of GridDatatype objects with same Coordinate System

Returns:
list of GridDatatype

getGeoCoordSystem

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

Returns:
the common GridCoordSystem