Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GeometryConvexHullRequest

java.lang.Object
  extended by org.geomajas.command.dto.GeometryConvexHullRequest
All Implemented Interfaces:
Serializable, CommandRequest

@Api(allMethods=true)
public class GeometryConvexHullRequest
extends Object
implements CommandRequest

Request object for GeometryConvexHullCommand.

Since:
1.11.0
Author:
Emiel Ackermann
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
GeometryConvexHullRequest()
           
 
Method Summary
 List<Geometry> getGeometries()
          Get geometries.
 void setGeometries(List<Geometry> geometries)
          Set geometries.
 String toString()
          Get the string representation of this request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMAND

public static final String COMMAND
Command name for this request.

See Also:
Constant Field Values
Constructor Detail

GeometryConvexHullRequest

public GeometryConvexHullRequest()
Method Detail

getGeometries

public List<Geometry> getGeometries()
Get geometries.

Returns:
geometries for the convex hull command

setGeometries

public void setGeometries(List<Geometry> geometries)
Set geometries.

Parameters:
geometries - for the convex hull command

toString

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

Overrides:
toString in class Object
Returns:
string representation of this request

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.