Package org.geotools.ows.wms.response
Class DescribeLayerResponse
-
public class DescribeLayerResponse extends Response
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
Constructors Constructor Description DescribeLayerResponse(HTTPResponse httpResponse)
DescribeLayerResponse(HTTPResponse httpResponse, Map<String,Object> hints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayerDescription[]
getLayerDescs()
-
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
-
-
-
-
Constructor Detail
-
DescribeLayerResponse
public DescribeLayerResponse(HTTPResponse httpResponse) throws IOException, ServiceException
- Throws:
IOException
ServiceException
-
DescribeLayerResponse
public DescribeLayerResponse(HTTPResponse httpResponse, Map<String,Object> hints) throws IOException, ServiceException
- Throws:
IOException
ServiceException
-
-
Method Detail
-
getLayerDescs
public LayerDescription[] getLayerDescs()
-
-