Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class MergePolygonRequest

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

Deprecated. use GeometryMergeCommand

@Deprecated
public class MergePolygonRequest
extends Object
implements CommandRequest

Request object for MergePolygonCommand.

Author:
Joachim Van der Auwera
See Also:
Serialized Form

Field Summary
static String COMMAND
          Deprecated. Command name for this request.
 
Constructor Summary
MergePolygonRequest()
          Deprecated.  
 
Method Summary
 Geometry[] getPolygons()
          Deprecated.  
 boolean isAllowMultiPolygon()
          Deprecated.  
 void setAllowMultiPolygon(boolean allowMultiPolygon)
          Deprecated.  
 void setPolygons(Geometry[] polygons)
          Deprecated.  
 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

MergePolygonRequest

public MergePolygonRequest()
Deprecated. 
Method Detail

getPolygons

public Geometry[] getPolygons()
Deprecated. 

setPolygons

public void setPolygons(Geometry[] polygons)
Deprecated. 

isAllowMultiPolygon

public boolean isAllowMultiPolygon()
Deprecated. 

setAllowMultiPolygon

public void setAllowMultiPolygon(boolean allowMultiPolygon)
Deprecated. 

toString

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.