org.geotools.data.wms.response
Class DescribeLayerResponse

Object
  extended by Response
      extended by 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)

Field Summary
 
Fields inherited from class Response
contentType, inputStream
 
Constructor Summary
DescribeLayerResponse(String contentType, InputStream inputStream)
           
 
Method Summary
 LayerDescription[] getLayerDescs()
           
 
Methods inherited from class Response
getContentType, getInputStream, parseException
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayerResponse

public DescribeLayerResponse(String contentType,
                             InputStream inputStream)
                      throws IOException,
                             ServiceException
Parameters:
contentType -
inputStream -
Throws:
ServiceException
SAXException
IOException
Method Detail

getLayerDescs

public LayerDescription[] getLayerDescs()


Copyright © 1996-2009 Geotools. All Rights Reserved.