Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridCoordSystem
getGeoCoordSystem()
all the GridDatatype in this Gridset use this GridCoordSystemList<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
-
-