public class WcsCoverage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WcsCoverage.VerticalRange |
Constructor and Description |
---|
WcsCoverage(GridDatatype coverage,
WcsDataset dataset) |
Modifier and Type | Method and Description |
---|---|
GridCoordSystem |
getCoordinateSystem() |
String |
getDefaultRequestCrs() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
String |
getNativeCrs() |
WcsRangeField |
getRangeField() |
Range |
getRangeSetAxisRange(double minValue,
double maxValue) |
List<Request.Format> |
getSupportedCoverageFormatList() |
boolean |
hasMissingData() |
boolean |
isSupportedCoverageFormat(Request.Format covFormat) |
static void |
setDiskCache(DiskCache2 _diskCache) |
File |
writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
CalendarDateRange timeRange) |
public WcsCoverage(GridDatatype coverage, WcsDataset dataset)
public String getName()
public String getLabel()
public String getDescription()
public GridCoordSystem getCoordinateSystem()
public boolean hasMissingData()
public String getDefaultRequestCrs()
public String getNativeCrs()
public List<Request.Format> getSupportedCoverageFormatList()
public boolean isSupportedCoverageFormat(Request.Format covFormat)
public WcsRangeField getRangeField()
public Range getRangeSetAxisRange(double minValue, double maxValue)
public static void setDiskCache(DiskCache2 _diskCache)
public File writeCoverageDataToFile(Request.Format format, LatLonRect bboxLatLonRect, WcsCoverage.VerticalRange verticalRange, CalendarDateRange timeRange) throws WcsException
WcsException
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.