Package thredds.server.wcs.v1_0_0_1
Class WcsRequest
java.lang.Object
thredds.server.wcs.v1_0_0_1.WcsRequest
- Direct Known Subclasses:
DescribeCoverage,GetCapabilities,GetCoverage
Represent the incoming WCS 1.0.0 request.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.jdom2.Namespaceprotected WcsDatasetprotected static final org.jdom2.Namespaceprotected static final org.jdom2.Namespace -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jdom2.ElementgenCoverageOfferingBriefElem(String elemName, String covName, String covLabel, String covDescription, ucar.nc2.ft2.coverage.CoverageCoordSys gridCoordSys) protected org.jdom2.ElementgenLonLatEnvelope(ucar.nc2.ft2.coverage.CoverageCollection gcd, ucar.nc2.ft2.coverage.CoverageCoordSys gcs)
-
Field Details
-
wcsNS
protected static final org.jdom2.Namespace wcsNS -
gmlNS
protected static final org.jdom2.Namespace gmlNS -
xlinkNS
protected static final org.jdom2.Namespace xlinkNS -
wcsDataset
-
-
Method Details
-
getOperation
-
getVersion
-
getWcsDataset
-
genCoverageOfferingBriefElem
-
genLonLatEnvelope
protected org.jdom2.Element genLonLatEnvelope(ucar.nc2.ft2.coverage.CoverageCollection gcd, ucar.nc2.ft2.coverage.CoverageCoordSys gcs)
-