Package org.geotools.ows.wmts.request
Class AbstractWMTSRequest
- Object
- 
- AbstractRequest
- 
- AbstractWMTSRequest
 
 
- 
- All Implemented Interfaces:
- Request
 - Direct Known Subclasses:
- AbstractGetTileRequest
 
 public abstract class AbstractWMTSRequest extends AbstractRequest (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 AbstractRequestEXCEPTION_XML, hints, onlineResource, properties
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractWMTSRequest(URL onlineResource, Properties properties)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitService()Implementing subclass requests must specify their own "SERVICE" value.- 
Methods inherited from class AbstractRequestgetFinalURL, getPostContentType, getProperties, getRequestHints, initRequest, initVersion, performPostOutput, processKey, requiresPost, setProperty, setRequestHints
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface RequestcreateResponse
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractWMTSRequestpublic AbstractWMTSRequest(URL onlineResource, Properties properties) 
 
- 
 - 
Method Detail- 
initServiceprotected void initService() Description copied from class:AbstractRequestImplementing subclass requests must specify their own "SERVICE" value. Example: setProperty("SERVICE", "WFS");- Specified by:
- initServicein class- AbstractRequest
 
 
- 
 
-