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 GridCoordSys
getGeoCoordSys()
Deprecated.use getGeoCoordSystem() if possible.GridCoordSystem
getGeoCoordSystem()
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:
getGrids
in interfaceGridDataset.Gridset
- Returns:
- list of GridDatatype
-
getGeoCoordSystem
public GridCoordSystem getGeoCoordSystem()
all GridDatatype point to this GridCoordSystem- Specified by:
getGeoCoordSystem
in interfaceGridDataset.Gridset
- Returns:
- the common GridCoordSystem
-
getGeoCoordSys
public GridCoordSys getGeoCoordSys()
Deprecated.use getGeoCoordSystem() if possible.all GeoGrids point to this GeoCoordSysImpl.
-
-