|
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.UnionInfo
@Api(allMethods=true) public class UnionInfo
DTO object that holds additional information needed to perform a union operation.
| Constructor Summary | |
|---|---|
UnionInfo()
|
|
| Method Summary | |
|---|---|
int |
getPrecision()
Get optional precision to use when merging geometries. |
boolean |
isUsePrecisionAsBuffer()
Check if the precision is being used as buffer. |
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 info object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnionInfo()
| Method Detail |
|---|
public int getPrecision()
public void setPrecision(int precision)
precision - of the mergingpublic boolean isUsePrecisionAsBuffer()
public void setUsePrecisionAsBuffer(boolean usePrecisionAsBuffer)
usePrecisionAsBuffer - true if precision is being used as bufferpublic 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 | ||||||||