org.geotools.data.wms.response
Class DescribeLayerResponse

java.lang.Object
  extended by org.geotools.data.ows.Response
      extended by org.geotools.data.wms.response.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 org.geotools.data.ows.Response
contentType, inputStream
 
Constructor Summary
DescribeLayerResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
 LayerDescription[] getLayerDescs()
           
 
Methods inherited from class org.geotools.data.ows.Response
getContentType, getInputStream, parseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayerResponse

public DescribeLayerResponse(java.lang.String contentType,
                             java.io.InputStream inputStream)
                      throws java.io.IOException,
                             ServiceException
Parameters:
contentType -
inputStream -
Throws:
ServiceException
org.xml.sax.SAXException
java.io.IOException
Method Detail

getLayerDescs

public LayerDescription[] getLayerDescs()


Copyright © 1996-2010 Geotools. All Rights Reserved.