Package org.geotools.ows.wmts.response
Class WMTSGetCapabilitiesResponse
- Object
-
- Response
-
- GetCapabilitiesResponse
-
- WMTSGetCapabilitiesResponse
-
public class WMTSGetCapabilitiesResponse extends GetCapabilitiesResponse
Provides a hook up to parse the capabilties document from inputstream.(Based on existing work by rgould for WMS service)
- Author:
- ian, Emanuele Tajariol (etj at geo-solutions dot it)
-
-
Field Summary
-
Fields inherited from class GetCapabilitiesResponse
capabilities
-
Fields inherited from class Response
httpResponse
-
-
Constructor Summary
Constructors Constructor Description WMTSGetCapabilitiesResponse(HTTPResponse response)
WMTSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints)
-
Method Summary
-
Methods inherited from class GetCapabilitiesResponse
getCapabilities
-
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
-
-
-
-
Constructor Detail
-
WMTSGetCapabilitiesResponse
public WMTSGetCapabilitiesResponse(HTTPResponse response) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
WMTSGetCapabilitiesResponse
public WMTSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
-