Uses of Interface
org.geotools.ows.wms.request.GetLegendGraphicRequest
-
Packages that use GetLegendGraphicRequest Package Description org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.request -
-
Uses of GetLegendGraphicRequest in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement GetLegendGraphicRequest Modifier and Type Class Description static class
WMS1_1_0.InternalGetLegendGraphicRequest
Methods in org.geotools.ows.wms that return GetLegendGraphicRequest Modifier and Type Method Description GetLegendGraphicRequest
WebMapServer. createGetLegendGraphicRequest()
GetLegendGraphicRequest
WMS1_0_0. createGetLegendGraphicRequest(URL onlineResource)
Note that WMS 1.0.0 does not support this method.GetLegendGraphicRequest
WMS1_1_0. createGetLegendGraphicRequest(URL onlineResource)
abstract GetLegendGraphicRequest
WMSSpecification. createGetLegendGraphicRequest(URL onlineResource)
Creates a GetLegendGraphicRequest which can be used to retrieve legend graphics from the WebMapServerMethods in org.geotools.ows.wms with parameters of type GetLegendGraphicRequest Modifier and Type Method Description GetLegendGraphicResponse
WebMapServer. issueRequest(GetLegendGraphicRequest request)
-
Uses of GetLegendGraphicRequest in org.geotools.ows.wms.request
Classes in org.geotools.ows.wms.request that implement GetLegendGraphicRequest Modifier and Type Class Description class
AbstractGetLegendGraphicRequest
Provides functionality for a basic GetLegendGraphic request
-