| evaluates if this Map producer can generate the map format specified by
mapFormat
In this case, true if mapFormat starts with "kml", as
both "kml" and "kml+xml" are
commonly passed. Also true if application/vnd.google-earth.kml
is passed, since that is as close as we can get to the value advertised in the
capabilities document taking into account the common mistake of not escaping '+'.
We must do this as the most way to request an output format is to use the name
in the caps document.
Parameters: mapFormat - the mime type of the output map format requiered true if class can produce a map in the passed format. |