Package ucar.nc2.ft2.coverage.adapter
Class DtCoverageDataset.Gridset
- java.lang.Object
-
- ucar.nc2.ft2.coverage.adapter.DtCoverageDataset.Gridset
-
- Enclosing class:
- DtCoverageDataset
public static class DtCoverageDataset.Gridset extends Object
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 DtCoverageCS
getGeoCoordSys()
Deprecated.use getGeoCoordSystem() if possible.DtCoverageCS
getGeoCoordSystem()
all GeoGrid point to this GeoGridCoordSysList<DtCoverage>
getGrids()
Get list of GeoGrid objects
-
-
-
Method Detail
-
getGrids
public List<DtCoverage> getGrids()
Get list of GeoGrid objects
-
getGeoCoordSystem
public DtCoverageCS getGeoCoordSystem()
all GeoGrid point to this GeoGridCoordSys
-
getGeoCoordSys
public DtCoverageCS getGeoCoordSys()
Deprecated.use getGeoCoordSystem() if possible.all GeoGrids point to this GeoCoordSysImpl.
-
-