Package org.geotools.ows.wms.response
Class DescribeLayerResponse
Represents the response from a server after a DescribeLayer request has been issued.
- Author:
- Richard Gould
-
Field Summary
Fields inherited from class Response
httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDescribeLayerResponse
(HTTPResponse httpResponse) DescribeLayerResponse
(HTTPResponse httpResponse, Map<String, Object> hints) -
Method Summary
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
-
Constructor Details
-
DescribeLayerResponse
- Throws:
IOException
ServiceException
-
DescribeLayerResponse
public DescribeLayerResponse(HTTPResponse httpResponse, Map<String, Object> hints) throws IOException, ServiceException- Throws:
IOException
ServiceException
-
-
Method Details
-
getLayerDescs
-