thredds.wcs.v1_0_0_Plus
Class WcsCoverage
java.lang.Object
thredds.wcs.v1_0_0_Plus.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(GridDataset.Gridset coverage,
WcsDataset dataset)
getName
public String getName()
getLabel
public String getLabel()
getDescription
public String getDescription()
getCoordinateSystem
public GridCoordSystem getCoordinateSystem()
getDefaultRequestCrs
public String getDefaultRequestCrs()
getNativeCrs
public String getNativeCrs()
getSupportedCoverageFormatList
public List<WcsRequest.Format> getSupportedCoverageFormatList()
isSupportedCoverageFormat
public boolean isSupportedCoverageFormat(WcsRequest.Format covFormat)
isRangeFieldName
public boolean isRangeFieldName(String fieldName)
getRangeFieldNames
public Set<String> getRangeFieldNames()
getRange
public Collection<WcsRangeField> getRange()
setDiskCache
public static void setDiskCache(DiskCache2 _diskCache)
writeCoverageDataToFile
public File writeCoverageDataToFile(WcsRequest.Format format,
LatLonRect bboxLatLonRect,
AxisSubset vertSubset,
List<String> rangeSubset,
DateRange timeRange)
throws WcsException
- Throws:
WcsException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.