org.geotools.data.wms.request
Interface GetLegendGraphicRequest
- All Superinterfaces:
- Request
- All Known Implementing Classes:
- AbstractGetLegendGraphicRequest, WMS1_1_0.InternalGetLegendGraphicRequest
public interface GetLegendGraphicRequest
- extends Request
A request used to get the legend graphic for a given layer
- Author:
- Richard Gould
LAYER
static final String LAYER
- See Also:
- Constant Field Values
STYLE
static final String STYLE
- See Also:
- Constant Field Values
FEATURETYPE
static final String FEATURETYPE
- See Also:
- Constant Field Values
RULE
static final String RULE
- See Also:
- Constant Field Values
SCALE
static final String SCALE
- See Also:
- Constant Field Values
SLD
static final String SLD
- See Also:
- Constant Field Values
SLD_BODY
static final String SLD_BODY
- See Also:
- Constant Field Values
FORMAT
static final String FORMAT
- See Also:
- Constant Field Values
WIDTH
static final String WIDTH
- See Also:
- Constant Field Values
HEIGHT
static final String HEIGHT
- See Also:
- Constant Field Values
EXCEPTIONS
static final String EXCEPTIONS
- See Also:
- Constant Field Values
setLayer
void setLayer(String layer)
setStyle
void setStyle(String style)
setFeatureType
void setFeatureType(String featureType)
setRule
void setRule(String rule)
setScale
void setScale(String scale)
setSLD
void setSLD(String sld)
setSLDBody
void setSLDBody(String sldBody)
setFormat
void setFormat(String format)
setWidth
void setWidth(String width)
setHeight
void setHeight(String height)
setExceptions
void setExceptions(String exceptions)
Copyright © 1996-2014 Geotools. All Rights Reserved.