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 AbstractGetTileRequestcapabilities, FORMAT, layer, LAYER, STYLE, styleName, type
 - 
Fields inherited from class AbstractRequestEXCEPTION_XML, hints, onlineResource, properties
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTileResponsecreateResponse(HTTPResponse httpResponse)Creating a GetTileResponseURLgetFinalURL()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.GetSingleTileRequestcreateTemplateUrl, initVersion
 - 
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, setTileRow
 - 
Methods inherited from class AbstractWMTSRequestinitService
 - 
Methods inherited from class AbstractRequestgetPostContentType, getProperties, getRequestHints, performPostOutput, processKey, requiresPost, setProperty, setRequestHints
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface RequestgetPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
 
- 
 
- 
- 
- 
Method Detail- 
getFinalURLpublic URL getFinalURL() Description copied from interface:RequestOnce 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:
- getFinalURLin interface- Request
- Overrides:
- getFinalURLin class- AbstractRequest
- Returns:
- a URL that can be used to issue the request
- See Also:
- org.geotools.data.wms.request.Request#getFinalURL()
 
 - 
createResponsepublic GetTileResponse createResponse(HTTPResponse httpResponse) throws ServiceException, IOException Creating a GetTileResponse- Throws:
- ServiceException
- IOException
 
 
- 
 
-