org.geomajas.command.dto
Class GeometryConvexHullResponse
java.lang.Object
org.geomajas.command.CommandResponse
org.geomajas.command.dto.GeometryConvexHullResponse
- All Implemented Interfaces:
- Serializable
@Api(allMethods=true)
public class GeometryConvexHullResponse
- extends CommandResponse
Result object for GeometryConvexHullCommand.
- Since:
- 1.11.0
- Author:
- Emiel Ackermann
- See Also:
- Serialized Form
GeometryConvexHullResponse
public GeometryConvexHullResponse()
getGeometries
public List<Geometry> getGeometries()
- Get the geometries that were processed by the convex hull command.
- Returns:
- geometries that were processed by the convex hull command
setGeometries
public void setGeometries(List<Geometry> geometries)
- Set the geometries that were processed by the convex hull command.
- Parameters:
geometries - that were processed by the convex hull command
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.