org.geotools.data.wms.response
Class GetMapResponse

java.lang.Object
  extended byorg.geotools.data.wms.response.AbstractResponse
      extended byorg.geotools.data.wms.response.GetMapResponse

public class GetMapResponse
extends AbstractResponse

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 org.geotools.data.wms.response.AbstractResponse
contentType, inputStream
 
Constructor Summary
GetMapResponse(java.lang.String contentType, java.io.InputStream response)
           
 
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

GetMapResponse

public GetMapResponse(java.lang.String contentType,
                      java.io.InputStream response)
               throws ServiceException,
                      org.xml.sax.SAXException


Copyright © GeoTools. All Rights Reserved.