thredds.wcs.v1_1_0
Class GetCoverage

java.lang.Object
  extended by thredds.wcs.v1_1_0.GetCoverage

public class GetCoverage
extends Object

_more_

Since:
4.0
Author:
edavis

Field Summary
protected static org.jdom.Namespace owcsNS
           
protected static org.jdom.Namespace owsNS
           
protected static org.jdom.Namespace xlinkNS
           
 
Constructor Summary
GetCoverage(URI serverURI, String identifier, String datasetPath, GridDataset dataset)
           
 
Method Summary
 org.jdom.Element genCoverage(String covId)
           
 org.jdom.Document generateGetCoverageDoc()
           
 org.jdom.Document getGetCoverageDoc()
           
 boolean isDataOnlyRequest()
           
static void setDiskCache(DiskCache2 _diskCache)
           
 File writeCoverageDataToFile()
           
 void writeGetCoverageDoc(PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owcsNS

protected static final org.jdom.Namespace owcsNS

owsNS

protected static final org.jdom.Namespace owsNS

xlinkNS

protected static final org.jdom.Namespace xlinkNS
Constructor Detail

GetCoverage

public GetCoverage(URI serverURI,
                   String identifier,
                   String datasetPath,
                   GridDataset dataset)
Method Detail

isDataOnlyRequest

public boolean isDataOnlyRequest()

setDiskCache

public static void setDiskCache(DiskCache2 _diskCache)

writeCoverageDataToFile

public File writeCoverageDataToFile()
                             throws WcsException
Throws:
WcsException

getGetCoverageDoc

public org.jdom.Document getGetCoverageDoc()

writeGetCoverageDoc

public void writeGetCoverageDoc(PrintWriter pw)
                         throws IOException
Throws:
IOException

generateGetCoverageDoc

public org.jdom.Document generateGetCoverageDoc()

genCoverage

public org.jdom.Element genCoverage(String covId)


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