thredds.wcs.v1_0_0_Plus
Class GetCoverage

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

public class GetCoverage
extends WcsRequest

_more_

Since:
4.0
Author:
edavis

Nested Class Summary
 
Nested classes/interfaces inherited from class thredds.wcs.v1_0_0_Plus.WcsRequest
WcsRequest.Format, WcsRequest.Operation, WcsRequest.RequestEncoding
 
Field Summary
 
Fields inherited from class thredds.wcs.v1_0_0_Plus.WcsRequest
gmlNS, wcsNS, xlinkNS
 
Constructor Summary
GetCoverage(WcsRequest.Operation operation, String version, WcsDataset dataset, String coverageId, String crs, String responseCRS, String bbox, String time, String rangeSubset, String format)
           
 
Method Summary
 WcsRequest.Format getFormat()
           
 File writeCoverageDataToFile()
           
 
Methods inherited from class thredds.wcs.v1_0_0_Plus.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(WcsRequest.Operation operation,
                   String version,
                   WcsDataset dataset,
                   String coverageId,
                   String crs,
                   String responseCRS,
                   String bbox,
                   String time,
                   String rangeSubset,
                   String format)
            throws WcsException
Throws:
WcsException
Method Detail

getFormat

public WcsRequest.Format getFormat()

writeCoverageDataToFile

public File writeCoverageDataToFile()
                             throws WcsException
Throws:
WcsException


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