| java.lang.Object org.vfny.geoserver.wms.responses.map.gif.GifMapProducerFactory
GifMapProducerFactory | final public class GifMapProducerFactory implements GetMapProducerFactorySpi(Code) | | DOCUMENT ME!
author: Didier Richard, IGN-F * author: Simone Giannechini version: $Id: GifMapProducerFactory.java 6326 2007-03-15 18:36:40Z jdeolive $ |
MIME_TYPE | final static String MIME_TYPE(Code) | | the only MIME type this map producer supports
|
GifMapProducerFactory | public GifMapProducerFactory()(Code) | | Creates a new GifMapProducerFactory object.
|
canProduce | public boolean canProduce(String mapFormat)(Code) | | Returns wether the map producers created by this factory can create maps
in the passed output format.
Parameters: mapFormat - a MIME type string to check if this producer is able tohandle. true if mapFormat == "image/gif" ,false otherwise. |
getImplementationHints | public Map getImplementationHints()(Code) | | |
getName | public String getName()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
getSupportedFormats | public Set getSupportedFormats()(Code) | | Returns the Set of output format this producer supports
Set of output format this producer supports (actually"image/gif") |
isAvailable | public boolean isAvailable()(Code) | | true |
|
|