@UrlBinding(value="/action/extent") @StrictBinding public class FeatureExtentActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
FeatureExtentActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAuthorization() |
net.sourceforge.stripes.action.Resolution |
extent()
retrieve the extent of the selected features.
|
ApplicationLayer |
getAppLayer() |
int |
getBuffer() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getFilter() |
void |
loadLayer() |
void |
setAppLayer(ApplicationLayer appLayer) |
void |
setBuffer(int buffer) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFilter(String filter) |
@After(stages=BindingAndValidation) public void loadLayer()
@Before(stages=EventHandling) public void checkAuthorization()
public net.sourceforge.stripes.action.Resolution extent()
throws org.json.JSONException
org.json.JSONException - if anypublic int getBuffer()
public void setBuffer(int buffer)
public String getFilter()
public void setFilter(String filter)
public ApplicationLayer getAppLayer()
public void setAppLayer(ApplicationLayer appLayer)
public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanCopyright © 2016. All rights reserved.