|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geomajas.command.LayerIdCommandRequest
org.geomajas.command.dto.GetRasterTilesRequest
@Api(allMethods=true) public class GetRasterTilesRequest
Request object for GetRasterTilesCommand.
| Field Summary | |
|---|---|
static String |
COMMAND
Command name for this request. |
| Constructor Summary | |
|---|---|
GetRasterTilesRequest()
|
|
| Method Summary | |
|---|---|
Bbox |
getBbox()
Bounding box for which you need the raster data. |
String |
getCrs()
Crs which is used for the bounding box coordinates. |
double |
getScale()
The scale of the view in pixel/unit of coordinate system. |
void |
setBbox(Bbox bbox)
Set bounding box for which you need raster data. |
void |
setCrs(String crs)
Set the crs which should be used for the bounding box coordinates. |
void |
setScale(double scale)
Set the view scale in pixels/unit of coordinate system. |
String |
toString()
|
| Methods inherited from class org.geomajas.command.LayerIdCommandRequest |
|---|
getLayerId, setLayerId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public GetRasterTilesRequest()
| Method Detail |
|---|
public String getCrs()
public void setCrs(String crs)
crs - crspublic Bbox getBbox()
public void setBbox(Bbox bbox)
bbox - bounding boxpublic double getScale()
public void setScale(double scale)
scale - scalepublic String toString()
toString in class Object
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||