public interface CoverageDataset extends FeatureDataset
Modifier and Type | Interface and Description |
---|---|
static interface |
CoverageDataset.CoverageSet
A set of GridDatatype objects with the same Coordinate System.
|
Modifier and Type | Method and Description |
---|---|
Coverage |
findCoverage(String name)
find the named GridDatatype.
|
List<Coverage> |
getCoverages()
get the list of GridDatatype objects contained in this dataset.
|
List<CoverageDataset.CoverageSet> |
getCoverageSets()
Return GridDatatype objects grouped by GridCoordSystem.
|
calcBounds, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle
getLastModified, setFileCache
List<Coverage> getCoverages()
Coverage findCoverage(String name)
name
- full unescaped nameList<CoverageDataset.CoverageSet> getCoverageSets()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.