ucar.nc2.dt.grid
Class GridDataset.Gridset

java.lang.Object
  extended by ucar.nc2.dt.grid.GridDataset.Gridset
All Implemented Interfaces:
GridDataset.Gridset
Enclosing class:
GridDataset

public class GridDataset.Gridset
extends java.lang.Object
implements GridDataset.Gridset

This is a set of GeoGrids with the same GeoCoordSys.


Method Summary
 GridCoordSys getGeoCoordSys()
          Deprecated. use getGeoCoordSystem() if possible.
 GridCoordSystem getGeoCoordSystem()
          all GridDatatype point to this GridCoordSystem
 java.util.List getGrids()
          Get list of GeoGrid objects
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGrids

public java.util.List getGrids()
Get list of GeoGrid objects

Specified by:
getGrids in interface GridDataset.Gridset

getGeoCoordSys

public GridCoordSys getGeoCoordSys()
Deprecated. use getGeoCoordSystem() if possible.

all GeoGrids point to this GeoCoordSysImpl.


getGeoCoordSystem

public GridCoordSystem getGeoCoordSystem()
all GridDatatype point to this GridCoordSystem

Specified by:
getGeoCoordSystem in interface GridDataset.Gridset