|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.responses.wms.map.GetMapDelegate
org.vfny.geoserver.responses.wms.map.SVGMapResponse
Handles a GetMap request that spects a map in SVG format.
| Constructor Summary | |
SVGMapResponse()
|
|
| Method Summary | |
void |
abort(GeoServer gs)
Called when things go horriably wrong. |
boolean |
canProduce(java.lang.String mapFormat)
evaluates if this Map producer can generate the map format specified by mapFormat |
protected void |
execute(FeatureTypeInfo[] requestedLayers,
org.geotools.data.FeatureResults[] resultLayers,
org.geotools.styling.Style[] styles)
DOCUMENT ME! |
java.lang.String |
getContentType(GeoServer gs)
DOCUMENT ME! |
java.util.List |
getSupportedFormats()
Gets A list of the formats this delegate supports. |
void |
writeTo(java.io.OutputStream out)
DOCUMENT ME! |
| Methods inherited from class org.vfny.geoserver.responses.wms.map.GetMapDelegate |
buildStyles, execute, execute, getRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SVGMapResponse()
| Method Detail |
public java.lang.String getContentType(GeoServer gs)
gs - DOCUMENT ME!
public java.util.List getSupportedFormats()
GetMapDelegate
getSupportedFormats in class GetMapDelegatepublic boolean canProduce(java.lang.String mapFormat)
mapFormat
canProduce in class GetMapDelegatemapFormat - the mime type of the output map format requiered
public void abort(GeoServer gs)
ResponseUsed try and restore application state when things go wrong. This is called by AbstractAction to try and recover when sending out a ServiceException.
Allows a Response a chance to clean up after its self when AbstractionAction is error handling.
protected void execute(FeatureTypeInfo[] requestedLayers,
org.geotools.data.FeatureResults[] resultLayers,
org.geotools.styling.Style[] styles)
throws WmsException
execute in class GetMapDelegaterequestedLayers - DOCUMENT ME!resultLayers - DOCUMENT ME!styles - DOCUMENT ME!
WmsException - DOCUMENT ME!
public void writeTo(java.io.OutputStream out)
throws ServiceException,
java.io.IOException
out - DOCUMENT ME!
ServiceException - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||