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(String shortName) |
GridDatatype |
findGridDatatype(String name)
find the named GridDatatype.
|
CalendarDate |
getCalendarDateEnd() |
CalendarDate |
getCalendarDateStart() |
List<GridDatatype> |
getGrids()
get the list of GridDatatype objects contained in this dataset.
|
List<GridDataset.Gridset> |
getGridsets()
Return GridDatatype objects grouped by GridCoordSystem.
|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle
List<GridDatatype> getGrids()
GridDatatype findGridDatatype(String name)
name
- full unescaped nameGridDatatype findGridByShortName(String shortName)
List<GridDataset.Gridset> getGridsets()
CalendarDate getCalendarDateStart()
CalendarDate getCalendarDateEnd()
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.