Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GeometryBufferRequest

java.lang.Object
  extended by org.geomajas.command.dto.GeometryBufferRequest
All Implemented Interfaces:
Serializable, CommandRequest

@Api(allMethods=true)
public class GeometryBufferRequest
extends Object
implements CommandRequest

Request object for GeometryBufferCommand.

Since:
1.11.0
Author:
Emiel Ackermann
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
GeometryBufferRequest()
           
 
Method Summary
 double getBufferDistance()
          Get the buffer distance.
 List<Geometry> getGeometries()
          Get geometries.
 int getQuadrantSegments()
          Get the quadrant segments or the number of segments of one quarter of a circle.
 void setBufferDistance(double bufferDistance)
          Set the buffer distance.
 void setGeometries(List<Geometry> geometries)
          Set geometries.
 void setQuadrantSegments(int quadrantSegments)
          Set the quadrant segments or the number of segments of one quarter of a circle.
 String toString()
          Get the string representation of this request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMAND

public static final String COMMAND
Command name for this request.

See Also:
Constant Field Values
Constructor Detail

GeometryBufferRequest

public GeometryBufferRequest()
Method Detail

getGeometries

public List<Geometry> getGeometries()
Get geometries.

Returns:
geometries to buffer

setGeometries

public void setGeometries(List<Geometry> geometries)
Set geometries.

Parameters:
geometries - to buffer

getBufferDistance

public double getBufferDistance()
Get the buffer distance.

Returns:
buffer distance distance of buffer

setBufferDistance

public void setBufferDistance(double bufferDistance)
Set the buffer distance.

Parameters:
bufferDistance - distance of buffer

getQuadrantSegments

public int getQuadrantSegments()
Get the quadrant segments or the number of segments of one quarter of a circle.

Returns:
quadrant segments the number of segments of one quarter of a circle

setQuadrantSegments

public void setQuadrantSegments(int quadrantSegments)
Set the quadrant segments or the number of segments of one quarter of a circle.

Parameters:
quadrantSegments - the number of segments of one quarter of a circle

toString

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

Overrides:
toString in class Object
Returns:
string representation of this request

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.