Package org.geotools.ows.wmts.request
Class AbstractWMTSRequest
Object
AbstractRequest
AbstractWMTSRequest
- All Implemented Interfaces:
Request
- Direct Known Subclasses:
AbstractGetTileRequest
(Based on existing work by rgould for WMS service)
- Author:
- ian, Emanuele Tajariol (etj at geo-solutions dot it)
-
Field Summary
Fields inherited from class AbstractRequest
EXCEPTION_XML, hints, onlineResource, properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Implementing subclass requests must specify their own "SERVICE" value.Methods inherited from class AbstractRequest
getFinalURL, getPostContentType, getProperties, getRequestHints, initRequest, initVersion, performPostOutput, processKey, requiresPost, setProperty, setRequestHints
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Request
createResponse
-
Constructor Details
-
AbstractWMTSRequest
-
-
Method Details
-
initService
protected void initService()Description copied from class:AbstractRequest
Implementing subclass requests must specify their own "SERVICE" value. Example: setProperty("SERVICE", "WFS");- Specified by:
initService
in classAbstractRequest
-