thredds.wcs.v1_0_0_Plus
Class WcsCoverage

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

public class WcsCoverage
extends Object

_more_

Since:
4.0
Author:
edavis

Constructor Summary
WcsCoverage(GridDataset.Gridset coverage, WcsDataset dataset)
           
 
Method Summary
 GridCoordSystem getCoordinateSystem()
           
 String getDefaultRequestCrs()
           
 String getDescription()
           
 String getLabel()
           
 String getName()
           
 String getNativeCrs()
           
 Collection<WcsRangeField> getRange()
           
 Set<String> getRangeFieldNames()
           
 List<WcsRequest.Format> getSupportedCoverageFormatList()
           
 boolean isRangeFieldName(String fieldName)
           
 boolean isSupportedCoverageFormat(WcsRequest.Format covFormat)
           
static void setDiskCache(DiskCache2 _diskCache)
           
 File writeCoverageDataToFile(WcsRequest.Format format, LatLonRect bboxLatLonRect, AxisSubset vertSubset, List<String> rangeSubset, 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(GridDataset.Gridset coverage,
                   WcsDataset dataset)
Method Detail

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.