Package org.geotools.ows.wmts
Class WMTSSpecification.GetKVPTileRequest
-
- All Implemented Interfaces:
Request
,GetTileRequest
- Enclosing class:
- WMTSSpecification
public static class WMTSSpecification.GetKVPTileRequest extends WMTSSpecification.GetSingleTileRequest
GetTile request base on query string parameters
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTileResponse
createResponse(HTTPResponse httpResponse)
Creating a GetTileResponseURL
getFinalURL()
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.-
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 Detail
-
getFinalURL
public URL 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
-
-