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 SummaryFields inherited from class AbstractGetTileRequestcapabilities, FORMAT, layer, LAYER, STYLE, styleName, typeFields inherited from class AbstractRequestEXCEPTION_XML, hints, onlineResource, properties
- 
Method SummaryModifier 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.GetSingleTileRequestcreateTemplateUrl, initVersionMethods 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 AbstractRequestgetPostContentType, getProperties, getRequestHints, performPostOutput, processKey, requiresPost, setProperty, setRequestHintsMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestgetPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHints
- 
Method Details- 
getFinalURLDescription 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
 
 
-