org.geotools.data.wms.response
Class DescribeLayerResponse
Object
Response
DescribeLayerResponse
public class DescribeLayerResponse
- extends Response
Represents the response from a server after a DescribeLayer request
has been issued.
- Author:
- Richard Gould
- Module:
modules/extension/wms (gt-wms.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeLayerResponse
public DescribeLayerResponse(String contentType,
InputStream inputStream)
throws IOException,
ServiceException
- Parameters:
contentType
- inputStream
-
- Throws:
ServiceException
SAXException
IOException
getLayerDescs
public LayerDescription[] getLayerDescs()
Copyright © 1996-2010 Geotools. All Rights Reserved.