Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.geometry
Class GeometrySplitCommand

java.lang.Object
  extended by org.geomajas.command.geometry.GeometrySplitCommand
All Implemented Interfaces:
Command<GeometrySplitRequest,GeometrySplitResponse>

@Component
@Api
public class GeometrySplitCommand
extends Object
implements Command<GeometrySplitRequest,GeometrySplitResponse>

Command that splits up a given geometry using a splitting line. This command tries to return Polygons in the result.

Since:
1.11.0
Author:
Pieter De Graef

Field Summary
static double DELTA
           
 
Constructor Summary
GeometrySplitCommand()
           
 
Method Summary
 void execute(GeometrySplitRequest request, GeometrySplitResponse response)
           
 GeometrySplitResponse getEmptyCommandResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELTA

public static final double DELTA
See Also:
Constant Field Values
Constructor Detail

GeometrySplitCommand

public GeometrySplitCommand()
Method Detail

getEmptyCommandResponse

public GeometrySplitResponse getEmptyCommandResponse()
Specified by:
getEmptyCommandResponse in interface Command<GeometrySplitRequest,GeometrySplitResponse>

execute

public void execute(GeometrySplitRequest request,
                    GeometrySplitResponse response)
             throws Exception
Specified by:
execute in interface Command<GeometrySplitRequest,GeometrySplitResponse>
Throws:
Exception

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.