|
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.SplitPolygonRequest
GeometrySplitCommand
@Deprecated public class SplitPolygonRequest
Request object for SplitPolygonCommand.
| Field Summary | |
|---|---|
static String |
COMMAND
Deprecated. Command name for this request. |
| Constructor Summary | |
|---|---|
SplitPolygonRequest()
Deprecated. |
|
| Method Summary | |
|---|---|
Geometry |
getGeometry()
Deprecated. Get the geometry which needs to be split. |
Geometry |
getSplitter()
Deprecated. Get the linestring to use as splitter. |
void |
setGeometry(Geometry geometry)
Deprecated. Set the geometry which needs to be split. |
void |
setSplitter(Geometry splitter)
Deprecated. Set the linestring to use as splitter. |
String |
toString()
Deprecated. |
| 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 SplitPolygonRequest()
| Method Detail |
|---|
public Geometry getGeometry()
public void setGeometry(Geometry geometry)
geometry - polygon to splitpublic Geometry getSplitter()
public void setSplitter(Geometry splitter)
splitter - linestring to use as splitterpublic 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 | ||||||||