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