Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class BufferInfo

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

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

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

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

Constructor Summary
BufferInfo()
           
 
Method Summary
 double getDistance()
          Get distance to buffer.
 int getQuadrantSegments()
          Get the number of line segments used to represent a quadrant of a circle.
 void setDistance(double distance)
          Set distance to buffer.
 void setQuadrantSegments(int quadrantSegments)
          Set the number of line segments used to represent a quadrant of a circle.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferInfo

public BufferInfo()
Method Detail

getDistance

public double getDistance()
Get distance to buffer.

Returns:
distance

setDistance

public void setDistance(double distance)
Set distance to buffer.

Parameters:
distance - distance

getQuadrantSegments

public int getQuadrantSegments()
Get the number of line segments used to represent a quadrant of a circle.

Returns:
quadrantSegments the number of line segments used to represent a quadrant of a circle

setQuadrantSegments

public void setQuadrantSegments(int quadrantSegments)
Set the number of line segments used to represent a quadrant of a circle.

Parameters:
quadrantSegments - the number of line segments used to represent a quadrant of a circle

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.