@Api(allMethods=true) public class GeometryConvexHullRequest extends Object implements CommandRequest
GeometryConvexHullCommand.| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND
Command name for this request.
|
| Constructor and Description |
|---|
GeometryConvexHullRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<Geometry> |
getGeometries()
Get geometries.
|
void |
setGeometries(List<Geometry> geometries)
Set geometries.
|
String |
toString()
Get the string representation of this request.
|
public static final String COMMAND
Copyright © 2013 Geosparc. All Rights Reserved.