Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.geometry
Class GeometryConvexHullCommand

java.lang.Object
  extended by 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

Constructor Summary
GeometryConvexHullCommand()
           
 
Method Summary
 void execute(GeometryConvexHullRequest request, GeometryConvexHullResponse response)
           
 GeometryConvexHullResponse getEmptyCommandResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryConvexHullCommand

public GeometryConvexHullCommand()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.