org.geotools.data.wms.response
Class GetMapResponse

java.lang.Object
  extended by org.geotools.data.ows.Response
      extended by org.geotools.data.wms.response.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 org.geotools.data.ows.Response
contentType, inputStream
 
Constructor Summary
GetMapResponse(java.lang.String contentType, java.io.InputStream response)
           
 
Method Summary
 
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

GetMapResponse

public GetMapResponse(java.lang.String contentType,
                      java.io.InputStream response)
               throws ServiceException,
                      java.io.IOException
Throws:
ServiceException
java.io.IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.