Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GeometryConvexHullResponse

java.lang.Object
  extended by org.geomajas.command.CommandResponse
      extended by 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

Constructor Summary
GeometryConvexHullResponse()
           
 
Method Summary
 List<Geometry> getGeometries()
          Get the geometries that were processed by the convex hull command.
 void setGeometries(List<Geometry> geometries)
          Set the geometries that were processed by the convex hull command.
 String toString()
          Get the string representation of this response.
 
Methods inherited from class org.geomajas.command.CommandResponse
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeometryConvexHullResponse

public GeometryConvexHullResponse()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.