org.geomajas.command.geometry
Class GeometryConvexHullCommand
java.lang.Object
org.geomajas.command.geometry.GeometryConvexHullCommand
- All Implemented Interfaces:
- Command<GeometryConvexHullRequest,GeometryConvexHullResponse>
@Component
@Api
public class GeometryConvexHullCommand
- extends Object
- implements Command<GeometryConvexHullRequest,GeometryConvexHullResponse>
This command returns the convex hull of the given geometries.
- Since:
- 1.11.0
- Author:
- Emiel Ackermann
GeometryConvexHullCommand
public GeometryConvexHullCommand()
getEmptyCommandResponse
public GeometryConvexHullResponse getEmptyCommandResponse()
- Specified by:
getEmptyCommandResponse in interface Command<GeometryConvexHullRequest,GeometryConvexHullResponse>
execute
public void execute(GeometryConvexHullRequest request,
GeometryConvexHullResponse response)
throws Exception
- Specified by:
execute in interface Command<GeometryConvexHullRequest,GeometryConvexHullResponse>
- Throws:
Exception
Copyright © 2014 Geosparc. All Rights Reserved.