thredds.wcs.v1_0_0_Plus
Class WcsRequest

java.lang.Object
  extended by thredds.wcs.v1_0_0_Plus.WcsRequest
Direct Known Subclasses:
DescribeCoverage, GetCapabilities, GetCoverage

public abstract class WcsRequest
extends Object

Represent the incoming WCS 1.0.0+ request.

Since:
4.0
Author:
edavis

Nested Class Summary
static class WcsRequest.Format
           
static class WcsRequest.Operation
           
static class WcsRequest.RequestEncoding
           
 
Field Summary
protected static org.jdom.Namespace gmlNS
           
protected static org.jdom.Namespace wcsNS
           
protected static org.jdom.Namespace xlinkNS
           
 
Method Summary
protected  org.jdom.Element genCoverageOfferingBriefElem(String elemName, String covName, String covLabel, String covDescription, GridCoordSystem gridCoordSys)
           
protected  org.jdom.Element genLonLatEnvelope(GridCoordSystem gcs)
           
 WcsDataset getDataset()
           
 WcsRequest.Operation getOperation()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wcsNS

protected static final org.jdom.Namespace wcsNS

gmlNS

protected static final org.jdom.Namespace gmlNS

xlinkNS

protected static final org.jdom.Namespace xlinkNS
Method Detail

getOperation

public WcsRequest.Operation getOperation()

getVersion

public String getVersion()

getDataset

public WcsDataset getDataset()

genCoverageOfferingBriefElem

protected org.jdom.Element genCoverageOfferingBriefElem(String elemName,
                                                        String covName,
                                                        String covLabel,
                                                        String covDescription,
                                                        GridCoordSystem gridCoordSys)

genLonLatEnvelope

protected org.jdom.Element genLonLatEnvelope(GridCoordSystem gcs)


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