|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.responses.wms.GetMapResponse
A GetMapResponse object is responsible for generating a map based on a GetMap request. The way the map is generated is independent of this class, wich will use a delegate object based on the output format requested
| Constructor Summary | |
GetMapResponse()
Creates a new GetMapResponse object. |
|
| Method Summary | |
void |
abort(GeoServer gs)
if a GetMapDelegate is set, calls it's abort method. |
void |
execute(Request request)
DOCUMENT ME! |
java.lang.String |
getContentType(GeoServer gs)
asks the internal GetMapDelegate for the MIME type of the map that it will generate or is ready to, and returns it |
void |
writeTo(java.io.OutputStream out)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GetMapResponse()
| Method Detail |
public void execute(Request request)
throws ServiceException
execute in interface Responserequest - DOCUMENT ME!
ServiceException - DOCUMENT ME!
public java.lang.String getContentType(GeoServer gs)
throws java.lang.IllegalStateException
getContentType in interface Responsegs - DOCUMENT ME!
java.lang.IllegalStateException - if a GetMapDelegate is not setted yetpublic void abort(GeoServer gs)
abort in interface Responsegs - DOCUMENT ME!
public void writeTo(java.io.OutputStream out)
throws ServiceException,
java.io.IOException
writeTo in interface Responseout - DOCUMENT ME!
ServiceException - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
java.lang.IllegalStateException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||