thredds.wcs.v1_0_0_1
Class GetCoverage

java.lang.Object
  extended by thredds.wcs.v1_0_0_1.WcsRequest
      extended by thredds.wcs.v1_0_0_1.GetCoverage

public class GetCoverage
extends WcsRequest

_more_

Since:
4.0
Author:
edavis

Field Summary
 
Fields inherited from class thredds.wcs.v1_0_0_1.WcsRequest
gmlNS, wcsNS, xlinkNS
 
Constructor Summary
GetCoverage(Request.Operation operation, String version, WcsDataset dataset, String coverageId, String crs, String responseCRS, Request.BoundingBox bbox, DateRange timeRange, WcsCoverage.VerticalRange verticalRange, Request.Format format)
           
 
Method Summary
 Request.Format getFormat()
           
 File writeCoverageDataToFile()
           
 
Methods inherited from class thredds.wcs.v1_0_0_1.WcsRequest
genCoverageOfferingBriefElem, genLonLatEnvelope, getDataset, getOperation, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCoverage

public GetCoverage(Request.Operation operation,
                   String version,
                   WcsDataset dataset,
                   String coverageId,
                   String crs,
                   String responseCRS,
                   Request.BoundingBox bbox,
                   DateRange timeRange,
                   WcsCoverage.VerticalRange verticalRange,
                   Request.Format format)
            throws WcsException
Throws:
WcsException
Method Detail

getFormat

public Request.Format getFormat()

writeCoverageDataToFile

public File writeCoverageDataToFile()
                             throws WcsException
Throws:
WcsException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.