|
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.GeometryMergeRequest
@Api(allMethods=true) public class GeometryMergeRequest
Request object for GeometryMergeCommand.
| Field Summary | |
|---|---|
static String |
COMMAND
Command name for this request. |
| Constructor Summary | |
|---|---|
GeometryMergeRequest()
|
|
| Method Summary | |
|---|---|
List<Geometry> |
getGeometries()
Get the geometries for the merge command. |
int |
getPrecision()
Get optional precision to use when merging geometries. |
void |
setGeometries(List<Geometry> geometries)
Set the geometries for the merge command. |
void |
setPrecision(int precision)
Set optional precision to use when merging geometries. |
void |
setUsePrecisionAsBuffer(boolean usePrecisionAsBuffer)
Optional buffer to extend the merging result. |
String |
toString()
Get the string representation of this request. |
boolean |
usePrecisionAsBuffer()
Check if the precision is being used as buffer. |
| 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 GeometryMergeRequest()
| Method Detail |
|---|
public List<Geometry> getGeometries()
public void setGeometries(List<Geometry> geometries)
geometries - for the merge commandpublic int getPrecision()
public void setPrecision(int precision)
precision - of the mergingpublic void setUsePrecisionAsBuffer(boolean usePrecisionAsBuffer)
usePrecisionAsBuffer - true if precision is being used as bufferpublic boolean usePrecisionAsBuffer()
public 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 | ||||||||