|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.OGCWebServiceRequest_Impl
org.deegree_impl.services.wms.protocol.WMSGetLegendGraphicRequest_Impl
--------------------------------------------------------
Field Summary | |
private java.lang.String |
exceptions
|
private java.lang.String |
featureType
|
private java.lang.String |
format
|
private int |
height
|
private java.lang.String |
layer
|
private java.lang.String |
rule
|
private double |
scale
|
private java.net.URL |
sLD
|
private java.lang.String |
sLD_Body
|
private java.lang.String |
style
|
private int |
width
|
Fields inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl |
id, request, service, vendorSpecificParameter, version |
Constructor Summary | |
(package private) |
WMSGetLegendGraphicRequest_Impl(java.lang.String id,
java.lang.String version,
java.lang.String layer,
java.lang.String style,
java.lang.String featureType,
java.lang.String rule,
double scale,
java.net.URL sLD,
java.lang.String sLD_Body,
java.lang.String format,
int width,
int height,
java.lang.String exceptions,
java.util.HashMap vendorSpecificParameter)
Creates a new WMSGetLegendGraphicRequest_Impl object. |
Method Summary | |
java.lang.String |
getExceptions()
This gives the MIME type of the format in which to return exceptions. |
java.lang.String |
getFeatureType()
returns the |
java.lang.String |
getFormat()
returns the name of the image format the legend graphics shall have |
int |
getHeight()
This gives a hint for the height of the returned graphic in pixels. |
java.lang.String |
getLayer()
returns the |
java.lang.String |
getRequestParameter()
method for creating a OGC WMS 1.1.1 conform legend graphic request |
java.lang.String |
getRule()
returns the |
double |
getScale()
returns the |
java.lang.String |
getSLD_Body()
returns the body of a SLD document. |
java.net.URL |
getSLD()
returns a reference (URL) to a SLD document |
java.lang.String |
getStyle()
returns the |