Package ucar.nc2.dt.grid
Class GridDataset.Gridset
- java.lang.Object
-
- ucar.nc2.dt.grid.GridDataset.Gridset
-
- All Implemented Interfaces:
GridDataset.Gridset
- Enclosing class:
- GridDataset
public static class GridDataset.Gridset extends Object implements GridDataset.Gridset
This is a set of GeoGrids with the same GeoCoordSys.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GridCoordSysgetGeoCoordSys()Deprecated.use getGeoCoordSystem() if possible.GridCoordSystemgetGeoCoordSystem()all GridDatatype point to this GridCoordSystemList<GridDatatype>getGrids()Get list of GeoGrid objects
-
-
-
Method Detail
-
getGrids
public List<GridDatatype> getGrids()
Get list of GeoGrid objects- Specified by:
getGridsin interfaceGridDataset.Gridset- Returns:
- list of GridDatatype
-
getGeoCoordSystem
public GridCoordSystem getGeoCoordSystem()
all GridDatatype point to this GridCoordSystem- Specified by:
getGeoCoordSystemin interfaceGridDataset.Gridset- Returns:
- the common GridCoordSystem
-
getGeoCoordSys
public GridCoordSys getGeoCoordSys()
Deprecated.use getGeoCoordSystem() if possible.all GeoGrids point to this GeoCoordSysImpl.
-
-