public class WmsRequest extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
WmsRequest()
Instantiates a new wms request.
|
WmsRequest(String bbox,
String width,
String height,
String wmsServerURI,
String wmsServerVersion,
String layer,
String style,
String cqlfilter,
String srs,
String crs,
String format,
String transparent,
String pairWmsNonStandardParameters)
Instantiates a new wms request.
|
Modifier and Type | Method and Description |
---|---|
String |
getBbox()
Gets the bbox.
|
String |
getCqlfilter()
Gets the cqlfilter.
|
String |
getCrs()
Gets the crs.
|
String |
getFormat()
Gets the format.
|
String |
getHeight()
Gets the height.
|
String |
getLayer()
Gets the layer.
|
String |
getPairWmsNonStandardParameters() |
String |
getSrs()
Gets the srs.
|
String |
getStyle()
Gets the style.
|
String |
getTransparent()
Gets the transparent.
|
String |
getWidth()
Gets the width.
|
String |
getWmsServerURI()
Gets the wms server uri.
|
String |
getWmsServerVersion()
Gets the wms server version.
|
void |
setBbox(String bbox)
Sets the bbox.
|
void |
setCqlfilter(String cqlfilter)
Sets the cqlfilter.
|
void |
setCrs(String crs)
Sets the crs.
|
void |
setFormat(String format)
Sets the format.
|
void |
setHeight(String height)
Sets the height.
|
void |
setLayer(String layer)
Sets the layer.
|
void |
setPairWmsNonStandardParameters(String pairWmsNonStandardParameters) |
void |
setSrs(String srs)
Sets the srs.
|
void |
setStyle(String style)
Sets the style.
|
void |
setTransparent(String transparent)
Sets the transparent.
|
void |
setWidth(String width)
Sets the width.
|
void |
setWmsServerURI(String wmsServerURI)
Sets the wms server uri.
|
void |
setWmsServerVersion(String wmsServerVersion)
Sets the wms server version.
|
String |
toString() |
public WmsRequest()
public WmsRequest(String bbox, String width, String height, String wmsServerURI, String wmsServerVersion, String layer, String style, String cqlfilter, String srs, String crs, String format, String transparent, String pairWmsNonStandardParameters)
bbox
- the bboxwidth
- the widthheight
- the heightwmsServerURI
- the wms server uriwmsServerVersion
- the wms server versionlayer
- the layerstyle
- the stylecqlfilter
- the cqlfiltersrs
- the srscrs
- the crsformat
- the formattransparent
- the transparentpairWmsNonStandardParameters
- key1=value1&key2=value2...keyN=valueN of wms non-standard parameterspublic String getBbox()
public String getWidth()
public String getHeight()
public String getWmsServerURI()
public String getWmsServerVersion()
public String getLayer()
public String getStyle()
public String getCqlfilter()
public String getSrs()
public String getCrs()
public String getFormat()
public String getTransparent()
public void setBbox(String bbox)
bbox
- the new bboxpublic void setWidth(String width)
width
- the new widthpublic void setHeight(String height)
height
- the new heightpublic void setWmsServerURI(String wmsServerURI)
wmsServerURI
- the new wms server uripublic void setWmsServerVersion(String wmsServerVersion)
wmsServerVersion
- the new wms server versionpublic void setLayer(String layer)
layer
- the new layerpublic void setStyle(String style)
style
- the new stylepublic void setCqlfilter(String cqlfilter)
cqlfilter
- the new cqlfilterpublic void setSrs(String srs)
srs
- the new srspublic void setCrs(String crs)
crs
- the new crspublic void setFormat(String format)
format
- the new formatpublic void setTransparent(String transparent)
transparent
- the new transparentpublic String getPairWmsNonStandardParameters()
public void setPairWmsNonStandardParameters(String pairWmsNonStandardParameters)
pairWmsNonStandardParameters
- the pairWmsNonStandardParameters to setCopyright © 2016. All Rights Reserved.