|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.wms.response.AbstractResponse org.geotools.data.wms.response.DescribeLayerResponse
Represents the response from a server after a DescribeLayer request has been issued.
Field Summary |
Fields inherited from class org.geotools.data.wms.response.AbstractResponse |
contentType, inputStream |
Constructor Summary | |
DescribeLayerResponse(java.lang.String contentType,
java.io.InputStream inputStream)
|
Method Summary | |
LayerDescription[] |
getLayerDescs()
|
Methods inherited from class org.geotools.data.wms.response.AbstractResponse |
getContentType, getInputStream, parseException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DescribeLayerResponse(java.lang.String contentType, java.io.InputStream inputStream) throws org.xml.sax.SAXException
contentType
- inputStream
-
org.xml.sax.SAXException
Method Detail |
public LayerDescription[] getLayerDescs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |