Package org.geotools.ows.wmts.response
Class WMTSGetCapabilitiesResponse
- Object
- 
- Response
- 
- GetCapabilitiesResponse
- 
- WMTSGetCapabilitiesResponse
 
 
 
- 
 public class WMTSGetCapabilitiesResponse extends GetCapabilitiesResponse Provides a hook up to parse the capabilities document from input stream.(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 GetCapabilitiesResponsecapabilities
 - 
Fields inherited from class ResponsehttpResponse
 
- 
 - 
Constructor SummaryConstructors Constructor Description WMTSGetCapabilitiesResponse(HTTPResponse response)WMTSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints)Constructor that sets capabilities property.
 - 
Method Summary- 
Methods inherited from class GetCapabilitiesResponsegetCapabilities
 - 
Methods inherited from class Responsedispose, getContentType, getInputStream, parseException
 
- 
 
- 
- 
- 
Constructor Detail- 
WMTSGetCapabilitiesResponsepublic WMTSGetCapabilitiesResponse(HTTPResponse response) throws ServiceException, IOException - Throws:
- ServiceException
- IOException
 
 - 
WMTSGetCapabilitiesResponsepublic WMTSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints) throws ServiceException, IOException Constructor that sets capabilities property. Input stream of response is closed immediately.- Parameters:
- response- the httpResponse from the server
- hints- not used
- Throws:
- ServiceException- thrown if server responds with ServiceException
- IOException- thrown if xml or input stream is wrong
 
 
- 
 
-