org.geomajas.command.dto
Class GeometryAreaResponse
java.lang.Object
org.geomajas.command.CommandResponse
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
GeometryAreaResponse
public GeometryAreaResponse()
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
Copyright © 2014 Geosparc. All Rights Reserved.