|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geomajas.command.dto.GeometryConvexHullRequest
@Api(allMethods=true) public class GeometryConvexHullRequest
Request object for GeometryConvexHullCommand.
| 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 |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public GeometryConvexHullRequest()
| Method Detail |
|---|
public List<Geometry> getGeometries()
public void setGeometries(List<Geometry> geometries)
geometries - for the convex hull commandpublic String toString()
toString in class Object
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||