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 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
 List<GridDatatype> getGrids()
          Get list of GeoGrid objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGrids

public List<GridDatatype> getGrids()
Get list of GeoGrid objects

Specified by:
getGrids in interface GridDataset.Gridset
Returns:
list of GridDatatype

getGeoCoordSystem

public GridCoordSystem getGeoCoordSystem()
all GridDatatype point to this GridCoordSystem

Specified by:
getGeoCoordSystem in interface GridDataset.Gridset
Returns:
the common GridCoordSystem

getGeoCoordSys

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

all GeoGrids point to this GeoCoordSysImpl.



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.