thredds.wcs.v1_0_0_1
Class WcsCoverage
java.lang.Object
thredds.wcs.v1_0_0_1.WcsCoverage
public class WcsCoverage
- extends 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 String getName()
getLabel
public String getLabel()
getDescription
public String getDescription()
getCoordinateSystem
public GridCoordSystem getCoordinateSystem()
hasMissingData
public boolean hasMissingData()
getDefaultRequestCrs
public String getDefaultRequestCrs()
getNativeCrs
public String getNativeCrs()
getSupportedCoverageFormatList
public 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 File writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
DateRange timeRange)
throws WcsException
- Throws:
WcsException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.