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.
-
Method Details
-
getRequest
Description copied from class:ALcdRequestContext
Returns the request that is currently being handled.- Specified by:
getRequest
in 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, ...),null
is returned.- Returns:
- the list of coverage names involved in the current request.
-