Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class UnionInfo

java.lang.Object
  extended by org.geomajas.command.dto.UnionInfo
All Implemented Interfaces:
Serializable

@Api(allMethods=true)
public class UnionInfo
extends Object
implements Serializable

DTO object that holds additional information needed to perform a union operation.

Since:
1.11.0
Author:
Jan De Moerloose
See Also:
Serialized Form

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

UnionInfo

public UnionInfo()
Method Detail

getPrecision

public int getPrecision()
Get optional precision to use when merging geometries.

Returns:
precision of the merging

setPrecision

public void setPrecision(int precision)
Set optional precision to use when merging geometries.

Parameters:
precision - of the merging

isUsePrecisionAsBuffer

public boolean isUsePrecisionAsBuffer()
Check if the precision is being used as buffer.

Returns:
usePrecisionAsBuffer true if precision is being used as buffer

setUsePrecisionAsBuffer

public void setUsePrecisionAsBuffer(boolean usePrecisionAsBuffer)
Optional buffer to extend the merging result.

Parameters:
usePrecisionAsBuffer - true if precision is being used as buffer

toString

public String toString()
Get the string representation of this info object.

Overrides:
toString in class Object
Returns:
string representation of this info object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.