Package thredds.server.wcs.v1_0_0_1
Class WcsCoverage
- java.lang.Object
-
- thredds.server.wcs.v1_0_0_1.WcsCoverage
-
public class WcsCoverage extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWcsCoverage.VerticalRange
-
Constructor Summary
Constructors Constructor Description WcsCoverage(ucar.nc2.ft2.coverage.Coverage coverage, ucar.nc2.ft2.coverage.CoverageCoordSys coordSys, WcsDataset wcsDataset)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ucar.nc2.ft2.coverage.CoverageCoordSysgetCoordinateSystem()StringgetDefaultRequestCrs()StringgetDescription()StringgetLabel()StringgetName()StringgetNativeCrs()WcsRangeFieldgetRangeField()List<Request.Format>getSupportedCoverageFormatList()booleanhasMissingData()booleanisSupportedCoverageFormat(Request.Format covFormat)static voidsetDiskCache(ucar.nc2.util.DiskCache2 _diskCache)FilewriteCoverageDataToFile(Request.Format format, ucar.unidata.geoloc.LatLonRect bboxLatLonRect, WcsCoverage.VerticalRange verticalRange, ucar.nc2.time.CalendarDateRange timeRange)
-
-
-
Constructor Detail
-
WcsCoverage
public WcsCoverage(@Nonnull ucar.nc2.ft2.coverage.Coverage coverage, @Nonnull ucar.nc2.ft2.coverage.CoverageCoordSys coordSys, @Nonnull WcsDataset wcsDataset)
-
-
Method Detail
-
getName
public String getName()
-
getLabel
public String getLabel()
-
getDescription
public String getDescription()
-
getCoordinateSystem
public ucar.nc2.ft2.coverage.CoverageCoordSys 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()
-
setDiskCache
public static void setDiskCache(ucar.nc2.util.DiskCache2 _diskCache)
-
writeCoverageDataToFile
public File writeCoverageDataToFile(Request.Format format, ucar.unidata.geoloc.LatLonRect bboxLatLonRect, WcsCoverage.VerticalRange verticalRange, ucar.nc2.time.CalendarDateRange timeRange) throws WcsException
- Throws:
WcsException
-
-