Package org.geotools.ows.wmts
Class WMTSSpecification.GetSingleTileRequest
Object
AbstractRequest
AbstractWMTSRequest
AbstractGetTileRequest
GetSingleTileRequest
- All Implemented Interfaces:
- Request,- GetTileRequest
- Direct Known Subclasses:
- WMTSSpecification.GetKVPTileRequest,- WMTSSpecification.GetRestTileRequest
- Enclosing class:
- WMTSSpecification
Represents a GetTile request for a single tile.
- 
Field SummaryFields inherited from class AbstractGetTileRequestcapabilities, FORMAT, layer, LAYER, STYLE, styleName, typeFields inherited from class AbstractRequestEXCEPTION_XML, hints, onlineResource, properties
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringcreateTemplateUrl(String tileMatrixSetName) Used when creating WMTSTileService's based on a templateUrl.protected voidSets up the version number for this request.Methods inherited from class AbstractGetTileRequestgetCrs, getFormat, getHeaders, getRequestedTime, getTemplateUrl, getTileCol, getTileMatrix, getTileMatrixSet, getTileRow, getTiles, initRequest, setCRS, setFormat, setLayer, setRequestedBBox, setRequestedHeight, setRequestedTime, setRequestedWidth, setStyle, setTileCol, setTileMatrix, setTileMatrixSet, setTileRowMethods inherited from class AbstractWMTSRequestinitServiceMethods inherited from class AbstractRequestgetFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, processKey, requiresPost, setProperty, setRequestHintsMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestcreateResponse, getFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
- 
Method Details- 
initVersionprotected void initVersion()Description copied from class:AbstractRequestSets up the version number for this request. Typically something like setProperty("VERSION", "1.1.1");- Specified by:
- initVersionin class- AbstractGetTileRequest
 
- 
createTemplateUrlDescription copied from class:AbstractGetTileRequestUsed when creating WMTSTileService's based on a templateUrl.If the server supports RESTful calls. It will use that. Otherwise it will create a similar template for KVP requests. - Specified by:
- createTemplateUrlin class- AbstractGetTileRequest
- Parameters:
- tileMatrixSetName- the name of the tileMatrixSet. This is expected to be UTF-8 encoded
- Returns:
- template URL used containing placeholders for request parameters
 
 
-