org.geomajas.command.geometry
Class GeometrySplitCommand
java.lang.Object
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
|
DELTA
public static final double DELTA
- See Also:
- Constant Field Values
GeometrySplitCommand
public GeometrySplitCommand()
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
Copyright © 2014 Geosparc. All Rights Reserved.