Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GetRasterTilesRequest

java.lang.Object
  extended by org.geomajas.command.LayerIdCommandRequest
      extended by org.geomajas.command.dto.GetRasterTilesRequest
All Implemented Interfaces:
Serializable, CommandRequest

@Api(allMethods=true)
public class GetRasterTilesRequest
extends LayerIdCommandRequest

Request object for GetRasterTilesCommand.

Since:
1.6.0
Author:
Joachim Van der Auwera
See Also:
Serialized Form

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

COMMAND

public static final String COMMAND
Command name for this request.

Since:
1.9.0
See Also:
Constant Field Values
Constructor Detail

GetRasterTilesRequest

public GetRasterTilesRequest()
Method Detail

getCrs

public String getCrs()
Crs which is used for the bounding box coordinates.

Returns:
crs

setCrs

public void setCrs(String crs)
Set the crs which should be used for the bounding box coordinates.

Parameters:
crs - crs

getBbox

public Bbox getBbox()
Bounding box for which you need the raster data.

Returns:
bounding box

setBbox

public void setBbox(Bbox bbox)
Set bounding box for which you need raster data.

Parameters:
bbox - bounding box

getScale

public double getScale()
The scale of the view in pixel/unit of coordinate system.

Returns:
scale

setScale

public void setScale(double scale)
Set the view scale in pixels/unit of coordinate system.

Parameters:
scale - scale

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.