org.vfny.geoserver.wms |
|
Java Source File Name | Type | Comment |
GetLegendGraphicProducer.java | Interface | Provides the skeleton for producers of a legend image, as required by the
GetLegendGraphic WMS request. |
GetLegendGraphicProducerSpi.java | Interface | Constructs a live GetLegendGraphicProducer.
An instance of this interface should exist for all legend producers which
want to take advantage of the dynamic plugin system. |
GetMapProducer.java | Interface | Provides the skeleton for producers of map image, as required by the
GetMap WMS request. |
GetMapProducerFactorySpi.java | Interface | Constructs a live GetMapProducer.
An instance of this interface should exist for all map producers which want
to take advantage of the dynamic plugin system. |
RasterMapProducer.java | Interface | |
WmsException.java | Class | This defines an exception that can be turned into a valid xml service
exception that wms clients will expect. |
WmsExceptionHandler.java | Class | |
WMSMapContext.java | Class | Extends DefaultMapContext to provide the whole set of request parameters a
WMS GetMap request can have. |