thredds.wcs.v1_0_0_1
Class WcsRequest
java.lang.Object
thredds.wcs.v1_0_0_1.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
Field Summary |
protected static org.jdom.Namespace |
gmlNS
|
protected static org.jdom.Namespace |
wcsNS
|
protected static org.jdom.Namespace |
xlinkNS
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wcsNS
protected static final org.jdom.Namespace wcsNS
gmlNS
protected static final org.jdom.Namespace gmlNS
xlinkNS
protected static final org.jdom.Namespace xlinkNS
getOperation
public Request.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.