thredds.wcs.v1_0_0_1
Class WcsCoverage

java.lang.Object
  extended by thredds.wcs.v1_0_0_1.WcsCoverage

public class WcsCoverage
extends Object

_more_

Since:
4.0
Author:
edavis

Nested Class Summary
static class WcsCoverage.VerticalRange
           
 
Constructor Summary
WcsCoverage(GridDatatype coverage, WcsDataset dataset)
           
 
Method Summary
 GridCoordSystem getCoordinateSystem()
           
 String getDefaultRequestCrs()
           
 String getDescription()
           
 String getLabel()
           
 String getName()
           
 String getNativeCrs()
           
 WcsRangeField getRangeField()
           
 Range getRangeSetAxisRange(double minValue, double maxValue)
           
 List<Request.Format> getSupportedCoverageFormatList()
           
 boolean hasMissingData()
           
 boolean isSupportedCoverageFormat(Request.Format covFormat)
           
static void setDiskCache(DiskCache2 _diskCache)
           
 File writeCoverageDataToFile(Request.Format format, LatLonRect bboxLatLonRect, WcsCoverage.VerticalRange verticalRange, DateRange timeRange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WcsCoverage

public WcsCoverage(GridDatatype coverage,
                   WcsDataset dataset)
Method Detail

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.