|
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.EmptyCommandRequest
org.geomajas.command.dto.GeometrySplitRequest
@Api(allMethods=true) public class GeometrySplitRequest
Request object for GeometrySplitCommand.
| Field Summary | |
|---|---|
static String |
COMMAND
Command name for this request. |
| Constructor Summary | |
|---|---|
GeometrySplitRequest()
Default constructor. |
|
GeometrySplitRequest(Geometry geometry,
Geometry splitLine)
Constructor setting both the original geometry as well as the split line. |
|
| Method Summary | |
|---|---|
Geometry |
getGeometry()
Get the geometry that will be split. |
Geometry |
getSplitLine()
Get split line used for splitting the geometry. |
void |
setGeometry(Geometry geometry)
Set the geometry that will be split. |
void |
setSplitLine(Geometry splitLine)
Set split line used for splitting the geometry. |
String |
toString()
Get the string representation of this request. |
| Methods inherited from class org.geomajas.command.EmptyCommandRequest |
|---|
getDummy |
| 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 GeometrySplitRequest()
public GeometrySplitRequest(Geometry geometry,
Geometry splitLine)
geometry - to be splitsplitLine - used for splitting the geometry| Method Detail |
|---|
public Geometry getGeometry()
public Geometry getSplitLine()
public void setGeometry(Geometry geometry)
geometry - that will be splitpublic void setSplitLine(Geometry splitLine)
splitLine - used for splitting the geometrypublic 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 | ||||||||