Package org.geotools.ows.wmts
Class WMTSSpecification.GetRestTileRequest
- All Implemented Interfaces:
Request
,GetTileRequest
- Enclosing class:
- WMTSSpecification
public static class WMTSSpecification.GetRestTileRequest
extends WMTSSpecification.GetSingleTileRequest
GetTile request based on a resourceUrl specified in Capabilities.
-
Field Summary
Fields inherited from class AbstractGetTileRequest
capabilities, FORMAT, layer, LAYER, STYLE, styleName, type
Fields inherited from class AbstractRequest
EXCEPTION_XML, hints, onlineResource, properties
-
Method Summary
Modifier and TypeMethodDescriptioncreateResponse
(HTTPResponse httpResponse) Creating a GetTileResponseOnce the properties of the request are configured, this will return the URL that points to the server and contains all of the appropriate name/value parameters.Methods inherited from class WMTSSpecification.GetSingleTileRequest
createTemplateUrl, initVersion
Methods inherited from class AbstractGetTileRequest
getCrs, getFormat, getHeaders, getRequestedTime, getTemplateUrl, getTileCol, getTileMatrix, getTileMatrixSet, getTileRow, getTiles, initRequest, setCRS, setFormat, setLayer, setRequestedBBox, setRequestedHeight, setRequestedTime, setRequestedWidth, setStyle, setTileCol, setTileMatrix, setTileMatrixSet, setTileRow
Methods inherited from class AbstractWMTSRequest
initService
Methods inherited from class AbstractRequest
getPostContentType, getProperties, getRequestHints, 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
getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
-
Method Details
-
getFinalURL
Description copied from interface:Request
Once the properties of the request are configured, this will return the URL that points to the server and contains all of the appropriate name/value parameters.- Specified by:
getFinalURL
in interfaceRequest
- Overrides:
getFinalURL
in classAbstractRequest
- Returns:
- a URL that can be used to issue the request
- See Also:
-
org.geotools.data.wms.request.Request#getFinalURL()
-
createResponse
public GetTileResponse createResponse(HTTPResponse httpResponse) throws ServiceException, IOException Creating a GetTileResponse- Throws:
ServiceException
IOException
-