|
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.GeometryBufferRequest
@Api(allMethods=true) public class GeometryBufferRequest
Request object for GeometryBufferCommand.
| 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 |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public GeometryBufferRequest()
| Method Detail |
|---|
public List<Geometry> getGeometries()
public void setGeometries(List<Geometry> geometries)
geometries - to bufferpublic double getBufferDistance()
public void setBufferDistance(double bufferDistance)
bufferDistance - distance of bufferpublic int getQuadrantSegments()
public void setQuadrantSegments(int quadrantSegments)
quadrantSegments - the number of segments of one quarter of a circlepublic 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 | ||||||||