KMZMapProducerFactory This class is used as part of the SPI auto discovery
process which enables new format producers to be plugged in.
author: $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ author: $Author: Simone Giannecchini (simboss1@gmail.com) $ version: $Id: KMZMapProducerFactory.java 7467 2007-08-28 22:29:03Z afabiani $
createMapProducer(String mapFormat, WMS wms) Create an actual instance of a KMZMapProducer.
Parameters: mapFormat - String which MUST match the supported formats.
evaluates if this Map producer can generate the map format specified by
mapFormat Parameters: mapFormat - the mime type of the output map format requiered true if class can produce a map in the passed format.
Create an actual instance of a KMZMapProducer.
Parameters: mapFormat - String which MUST match the supported formats. Call canProcessfisrt if you are unsure. GetMapProducer instance. throws: IllegalArgumentException - DOCUMENT ME!