| java.lang.Object org.vfny.geoserver.wms.responses.map.svg.SvgMapProducerFactory
SvgMapProducerFactory | public class SvgMapProducerFactory implements GetMapProducerFactorySpi(Code) | | DOCUMENT ME!
author: Gabriel Roldan, Axios Engineering version: $Id: SvgMapProducerFactory.java 6326 2007-03-15 18:36:40Z jdeolive $ |
SvgMapProducerFactory | public SvgMapProducerFactory()(Code) | | Creates a new SvgMapProducerFactory object.
|
canProduce | public boolean canProduce(String mapFormat)(Code) | | evaluates if this Map producer can generate the map format specified by
mapFormat
In this case, true if mapFormat starts with "image/svg", as
both "image/svg" and "image/svg+xml" are
commonly passed.
Parameters: mapFormat - the mime type of the output map format requiered true if class can produce a map in the passed format. |
getImplementationHints | public Map getImplementationHints()(Code) | | |
getName | public String getName()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
getSupportedFormats | public Set getSupportedFormats()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isAvailable | public boolean isAvailable()(Code) | | By now SVG map producer does not have external dependencied (such as
Batik), so just returns true .
It is most probable that this situation change in the future, like when
adding Styling support.
true |
|
|