Package com.luciad.wmts.server
Class TLcdWMTSRequestContext
java.lang.Object
com.luciad.ogc.common.ALcdRequestContext
com.luciad.wmts.server.TLcdWMTSRequestContext
This class holds information related to a WMTS request.
It gives access to the original request via
getRequest().- Since:
- 2022.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the request that is currently being handled.
-
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.
-