public static class WMTSSpecification.GetCapsRequest extends AbstractGetCapabilitiesRequest
SERVICEEXCEPTION_XML, hints, onlineResource, propertiesGET_CAPABILITIES, SECTION_ALL, SECTION_COMMON, SECTION_CONTENT, SECTION_OPERATIONS, SECTION_SERVICE| Constructor and Description |
|---|
GetCapsRequest(URL urlGetCapabilities)
Construct a Request compatible with a 1.0.1 WMTS.
|
| Modifier and Type | Method and Description |
|---|---|
WMTSGetCapabilitiesResponse |
createResponse(HTTPResponse httpResponse)
Each Request must know how to create it's counterpart Response.
|
protected void |
initService()
Implementing subclass requests must specify their own "SERVICE" value.
|
protected void |
initVersion()
Sets up the version number for this request.
|
protected String |
processKey(String key)
Some Open Web Servers do not abide by the fact that parameter keys should be case
insensitive.
|
initRequestgetFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFinalURL, getPostContentType, getProperties, getRequestHints, performPostOutput, requiresPost, setProperty, setRequestHintspublic GetCapsRequest(URL urlGetCapabilities)
urlGetCapabilities - URL of GetCapabilities document.protected void initService()
AbstractRequestinitService in class AbstractRequestprotected void initVersion()
AbstractRequestinitVersion in class AbstractRequestprotected String processKey(String key)
AbstractRequestThis method will allow a specification to determine the way that the parameter keys should be encoded in requests made by the server.
processKey in class AbstractRequestkey - the key to be processedpublic WMTSGetCapabilitiesResponse createResponse(HTTPResponse httpResponse) throws ServiceException, IOException
RequestServiceExceptionIOExceptionCopyright © 1996–2019 Geotools. All rights reserved.