@UrlBinding(value="/action/combineimage")
@StrictBinding
public class CombineImageActionBean
extends nl.b3p.i18n.LocalizableActionBean
implements net.sourceforge.stripes.action.ActionBean
| Modifier and Type | Field and Description |
|---|---|
static String |
ARCIMS |
static String |
ARCSERVER |
static String |
ARCSERVERREST |
static String |
IMAGE |
static String |
WMS |
| Constructor and Description |
|---|
CombineImageActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
create() |
String |
getBbox() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getGeom() |
Integer |
getHeight() |
net.sourceforge.stripes.action.Resolution |
getImage()
Combines the image settings to a new image.
|
String |
getImageId() |
String |
getKeepAlive() |
String |
getParams() |
Integer |
getWidth() |
void |
setBbox(String bbox) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setGeom(String geom) |
void |
setHeight(Integer height) |
void |
setImageId(String imageId) |
void |
setKeepAlive(String keepAlive) |
void |
setParams(String params) |
void |
setWidth(Integer width) |
static String |
uniqueId()
Create unique number.
|
public static final String WMS
public static final String ARCIMS
public static final String ARCSERVER
public static final String IMAGE
public static final String ARCSERVERREST
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.ActionBeanpublic String getParams()
public void setParams(String params)
public String getImageId()
public void setImageId(String imageId)
public String getKeepAlive()
public void setKeepAlive(String keepAlive)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getBbox()
public void setBbox(String bbox)
public String getGeom()
public void setGeom(String geom)
@DefaultHandler
public net.sourceforge.stripes.action.Resolution create()
throws org.json.JSONException,
Exception
org.json.JSONExceptionExceptionpublic net.sourceforge.stripes.action.Resolution getImage()
throws Exception
Exception - if anypublic static String uniqueId()
Copyright © 2020. All rights reserved.