This class is used as part of the SPI auto discovery process which enables
new format producers to be plugged in.
author: Pierre-Emmanuel Balageas, ALCER (http://www.alcer.com) author: Simone Giannecchini - GeoSolutions version: $Id: PDFMapProducerFactory.java 7467 2007-08-28 22:29:03Z afabiani $
canProduce(String mapFormat) 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.
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 =="application/pdf",false otherwise.
DOCUMENT ME!
Parameters: mapFormat - a MIME type string to check if this producer is able tohandle. Parameters: config - DOCUMENT ME! an instance of the PDFMapProducer if mapFormat is supported anIllegalArgumentException otherwise throws: IllegalArgumentException - if mapFormat is not supported