| java.lang.Object org.vfny.geoserver.wms.responses.AbstractGetMapProducer
All known Subclasses: org.vfny.geoserver.wms.responses.AbstractRasterMapProducer, org.vfny.geoserver.wms.responses.map.openlayers.OpenLayersMapProducer, org.vfny.geoserver.wms.responses.map.svg.SVGMapProducer, org.vfny.geoserver.wms.responses.map.metatile.MetatileMapProducer, org.vfny.geoserver.wms.responses.map.kml.KMZMapProducer, org.vfny.geoserver.wms.responses.map.svg.SVGBatikMapProducer, org.vfny.geoserver.wms.responses.map.kml.KMLMapProducer,
AbstractGetMapProducer | abstract public class AbstractGetMapProducer implements GetMapProducer(Code) | | author: Simone Giannecchini, GeoSolutions |
abortRequested | protected boolean abortRequested(Code) | | set to true on abort() so
produceMap leaves the image being worked on to the garbage
collector.
|
format | protected String format(Code) | | Set in produceMap(...) from the requested output format, it's holded just
to be sure that method has been called before getContentType() thus
supporting the workflow contract of the request processing
|
mapContext | protected WMSMapContext mapContext(Code) | | Holds the map context passed to produceMap, so subclasses can use it if
they need it from inside
|
renderer | protected GTRenderer renderer(Code) | | The one to do the magic of rendering a map
|
AbstractGetMapProducer | public AbstractGetMapProducer()(Code) | | |
abort | public void abort()(Code) | | Halts the loading. Right now just calls renderer.stopRendering.
|
getContentDisposition | public String getContentDisposition()(Code) | | |
getContentEncoding | public String getContentEncoding()(Code) | | returns the content encoding for the output data (null for this class)
null since no special encoding is performed whilewrtting to the output stream. Do not confuse this withgetMimeType(). |
setOutputFormat | public void setOutputFormat(String outputFormat)(Code) | | |
|
|