thredds.wcs.v1_0_0_1
Class WcsCoverage
java.lang.Object
thredds.wcs.v1_0_0_1.WcsCoverage
public class WcsCoverage
- extends java.lang.Object
_more_
- Since:
- 4.0
- Author:
- edavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WcsCoverage
public WcsCoverage(GridDatatype coverage,
WcsDataset dataset)
getName
public java.lang.String getName()
getLabel
public java.lang.String getLabel()
getDescription
public java.lang.String getDescription()
getCoordinateSystem
public GridCoordSystem getCoordinateSystem()
hasMissingData
public boolean hasMissingData()
getDefaultRequestCrs
public java.lang.String getDefaultRequestCrs()
getNativeCrs
public java.lang.String getNativeCrs()
getSupportedCoverageFormatList
public java.util.List<Request.Format> getSupportedCoverageFormatList()
isSupportedCoverageFormat
public boolean isSupportedCoverageFormat(Request.Format covFormat)
getRangeField
public WcsRangeField getRangeField()
getRangeSetAxisRange
public Range getRangeSetAxisRange(double minValue,
double maxValue)
setDiskCache
public static void setDiskCache(DiskCache2 _diskCache)
writeCoverageDataToFile
public java.io.File writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
DateRange timeRange)
throws WcsException
- Throws:
WcsException