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 Gridset use this GridCoordSystem
 List<GridDatatype> getGrids()
          Get list of GridDatatype objects with same Coordinate System
 

Method Detail

getGrids

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


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