public interface GridDataset extends FeatureDataset
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.
|
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.
|
ProjectionRect |
getProjBoundingBox() |
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getDetailInfo, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitle
getLastModified, reacquire, release, setFileCache
java.util.List<GridDatatype> getGrids()
GridDatatype findGridDatatype(java.lang.String name)
name
- full unescaped nameGridDatatype findGridByShortName(java.lang.String shortName)
ProjectionRect getProjBoundingBox()
java.util.List<GridDataset.Gridset> getGridsets()