| |
|
| java.lang.Object org.vfny.geoserver.wms.responses.GetLegendGraphicResponse
GetLegendGraphicResponse | public class GetLegendGraphicResponse implements Response(Code) | | DOCUMENT ME!
author: Gabriel Roldan, Axios Engineering version: $Id: GetLegendGraphicResponse.java 7746 2007-11-13 15:38:35Z aaime $ |
Constructor Summary | |
public | GetLegendGraphicResponse(ApplicationContext applicationContext) Creates a new GetLegendGraphicResponse object. |
GetLegendGraphicResponse | public GetLegendGraphicResponse(ApplicationContext applicationContext)(Code) | | Creates a new GetLegendGraphicResponse object.
Parameters: applicationContext - |
abort | public void abort(Service gs)(Code) | | Asks the GetLegendGraphicProducer obtained in execute() to abort the
process.
Parameters: gs - not used. |
getContentDisposition | public String getContentDisposition()(Code) | | |
getContentEncoding | public String getContentEncoding()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
getFormats | public static Set getFormats(ApplicationContext context)(Code) | | Convenient method to search and return all the supported image formats
for the creation of legend graphics.
the set of all the supported legend graphic formats. |
supportsFormat | public static boolean supportsFormat(String mimeType, ApplicationContext context)(Code) | | Utility method to ask all the available legend graphic producer
factories if they support the production of a legend graphic in the
format specified.
Parameters: mimeType - the MIME type of the desired legend format (e.g."image/png"). wether a legend producer can manage the specified format or not. |
|
|
|