Package com.luciad.ogc.wcs
Class TLcdWCSRequestContext
java.lang.Object
com.luciad.ogc.common.ALcdRequestContext
com.luciad.ogc.wcs.TLcdWCSRequestContext
This class holds a HTTP request and several parameters used in a WCS request.
- Since:
- 2016.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of coverage names involved in the current request, if applicableReturns the request that is currently being handled.Returns the WCS version of this request.
-
Method Details
-
getRequest
Description copied from class:ALcdRequestContextReturns the request that is currently being handled.- Specified by:
getRequestin classALcdRequestContext- Returns:
- the request that is currently being handled.
-
getCoverages
Returns the list of coverage names involved in the current request, if applicable In case it is not applicable (e.g., during a GetCapabilities request, during the initial validation of a GetCoverage request, ...),nullis returned.- Returns:
- the list of coverage names involved in the current request.
-
getVersion
Returns the WCS version of this request.- Returns:
- the version of the request, or
nullif the version is unknown. - Since:
- 2025.0.03
-