Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class SplitPolygonRequest

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

Deprecated. use GeometrySplitCommand

@Deprecated
public class SplitPolygonRequest
extends Object
implements CommandRequest

Request object for SplitPolygonCommand.

Author:
Joachim Van der Auwera
See Also:
Serialized Form

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

COMMAND

public static final String COMMAND
Deprecated. 
Command name for this request.

Since:
1.9.0
See Also:
Constant Field Values
Constructor Detail

SplitPolygonRequest

public SplitPolygonRequest()
Deprecated. 
Method Detail

getGeometry

public Geometry getGeometry()
Deprecated. 
Get the geometry which needs to be split. This has to be a polygon.

Returns:
polygon to split

setGeometry

public void setGeometry(Geometry geometry)
Deprecated. 
Set the geometry which needs to be split. This has to be a polygon.

Parameters:
geometry - polygon to split

getSplitter

public Geometry getSplitter()
Deprecated. 
Get the linestring to use as splitter.

Returns:
linestring to use as splitter

setSplitter

public void setSplitter(Geometry splitter)
Deprecated. 
Set the linestring to use as splitter.

Parameters:
splitter - linestring to use as splitter

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.