@UrlBinding(value="/action/Buffer") @StrictBinding public class BufferActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
BufferActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
bufferGeometry() |
String |
getBbox() |
double |
getBuffer() |
String |
getColor() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String[] |
getFeatures() |
String |
getFilter() |
Integer |
getHeight() |
String |
getLayerName() |
Integer |
getMaxFeatures() |
Long |
getServiceId() |
Integer |
getWidth() |
net.sourceforge.stripes.action.Resolution |
image() |
void |
setBbox(String bbox) |
void |
setBuffer(double buffer) |
void |
setColor(String color) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFeatures(String[] features) |
void |
setFilter(String filter) |
void |
setHeight(Integer height) |
void |
setLayerName(String layerName) |
void |
setMaxFeatures(Integer maxFeatures) |
void |
setServiceId(Long serviceId) |
void |
setWidth(Integer width) |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic String getBbox()
public void setBbox(String bbox)
public String getLayerName()
public void setLayerName(String layerName)
public Long getServiceId()
public void setServiceId(Long serviceId)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getWidth()
public void setWidth(Integer width)
public double getBuffer()
public void setBuffer(double buffer)
public Integer getMaxFeatures()
public void setMaxFeatures(Integer maxFeatures)
public String getColor()
public void setColor(String color)
public String getFilter()
public void setFilter(String filter)
public String[] getFeatures()
public void setFeatures(String[] features)
@DefaultHandler public net.sourceforge.stripes.action.Resolution image()
public net.sourceforge.stripes.action.Resolution bufferGeometry()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2018. All rights reserved.