public interface GridDataset extends TypedDataset
Modifier and Type | Interface and Description |
---|---|
static interface |
GridDataset.Gridset
A set of GridDatatype objects with the same Coordinate System.
|
Modifier and Type | Method and Description |
---|---|
GridDatatype |
findGridByShortName(java.lang.String shortName) |
GridDatatype |
findGridDatatype(java.lang.String name)
find the named GridDatatype.
|
CalendarDate |
getCalendarDateEnd() |
CalendarDate |
getCalendarDateStart() |
java.util.List<GridDatatype> |
getGrids()
get the list of GridDatatype objects contained in this dataset.
|
java.util.List<GridDataset.Gridset> |
getGridsets()
Return GridDatatype objects grouped by GridCoordSystem.
|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle
java.util.List<GridDatatype> getGrids()
GridDatatype findGridDatatype(java.lang.String name)
name
- full unescaped nameGridDatatype findGridByShortName(java.lang.String shortName)
java.util.List<GridDataset.Gridset> getGridsets()
CalendarDate getCalendarDateStart()
CalendarDate getCalendarDateEnd()