Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GeometryAreaRequest

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

@Api(allMethods=true)
public class GeometryAreaRequest
extends Object
implements CommandRequest

Request object for GeometryAreaCommand.

Since:
1.11.0
Author:
Jan De Moerloose
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
GeometryAreaRequest()
           
 
Method Summary
 String getCrs()
          Get the crs.
 List<Geometry> getGeometries()
          Get geometries.
 void setCrs(String crs)
          Set the crs.
 void setGeometries(List<Geometry> geometries)
          Set geometries.
 String toString()
          Get the string representation of this request.
 
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.

See Also:
Constant Field Values
Constructor Detail

GeometryAreaRequest

public GeometryAreaRequest()
Method Detail

getGeometries

public List<Geometry> getGeometries()
Get geometries.

Returns:
geometries to calculate area with

setGeometries

public void setGeometries(List<Geometry> geometries)
Set geometries.

Parameters:
geometries - to calculate area with

getCrs

public String getCrs()
Get the crs.

Returns:
crs of the area to be calculated

setCrs

public void setCrs(String crs)
Set the crs.

Parameters:
crs - of the area to be calculated

toString

public String toString()
Get the string representation of this request.

Overrides:
toString in class Object
Returns:
string representation of this request

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.