Class WcsCoverage

java.lang.Object
thredds.server.wcs.v1_0_0_1.WcsCoverage

public class WcsCoverage extends Object
  • Constructor Details

    • WcsCoverage

      public WcsCoverage(@Nonnull ucar.nc2.ft2.coverage.Coverage coverage, @Nonnull ucar.nc2.ft2.coverage.CoverageCoordSys coordSys, @Nonnull WcsDataset wcsDataset)
  • Method Details

    • 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