|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.wms.response.AbstractResponse org.geotools.data.wms.response.GetMapResponse
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.
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 |
public GetMapResponse(java.lang.String contentType, java.io.InputStream response) throws ServiceException, org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |