org.geotools.data.wms.response
Class GetMapResponse

Object
  extended by Response
      extended by GetMapResponse

public class GetMapResponse
extends Response

Process GetMapResponse.

Assume this is a placeholder allowing other code access to the InputStream? It would be nice if this class actually provided a real object either returned Image, SVG XML Document or a resolved GridCoverage in a manner similar to GetCapabilities.

Author:
Richard Gould, Refractions Research

Field Summary
 
Fields inherited from class Response
httpResponse
 
Constructor Summary
GetMapResponse(HTTPResponse httpResponse)
           
 
Method Summary
 
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMapResponse

public GetMapResponse(HTTPResponse httpResponse)
               throws ServiceException,
                      IOException
Throws:
ServiceException
IOException


Copyright © 1996-2014 Geotools. All Rights Reserved.