Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GeometryAreaResponse

java.lang.Object
  extended by org.geomajas.command.CommandResponse
      extended by org.geomajas.command.dto.GeometryAreaResponse
All Implemented Interfaces:
Serializable

@Api(allMethods=true)
public class GeometryAreaResponse
extends CommandResponse

Result object for GeometryAreaCommand.

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

Constructor Summary
GeometryAreaResponse()
           
 
Method Summary
 List<Double> getAreas()
          Get areas.
 void setAreas(List<Double> areas)
          Set areas.
 String toString()
          Get the string representation of this response.
 
Methods inherited from class org.geomajas.command.CommandResponse
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryAreaResponse

public GeometryAreaResponse()
Method Detail

getAreas

public List<Double> getAreas()
Get areas.

Returns:
areas calculated areas

setAreas

public void setAreas(List<Double> areas)
Set areas.

Parameters:
areas - calculated areas

toString

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

Overrides:
toString in class CommandResponse
Returns:
string representation of this response

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.