public class WcsCoverage
extends java.lang.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() |
java.lang.String |
getDefaultRequestCrs() |
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
java.lang.String |
getNativeCrs() |
WcsRangeField |
getRangeField() |
Range |
getRangeSetAxisRange(double minValue,
double maxValue) |
java.util.List<Request.Format> |
getSupportedCoverageFormatList() |
boolean |
hasMissingData() |
boolean |
isSupportedCoverageFormat(Request.Format covFormat) |
static void |
setDiskCache(DiskCache2 _diskCache) |
java.io.File |
writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
CalendarDateRange timeRange) |
public WcsCoverage(GridDatatype coverage, WcsDataset dataset)
public java.lang.String getName()
public java.lang.String getLabel()
public java.lang.String getDescription()
public GridCoordSystem getCoordinateSystem()
public boolean hasMissingData()
public java.lang.String getDefaultRequestCrs()
public java.lang.String getNativeCrs()
public java.util.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 java.io.File writeCoverageDataToFile(Request.Format format, LatLonRect bboxLatLonRect, WcsCoverage.VerticalRange verticalRange, CalendarDateRange timeRange) throws WcsException
WcsException