org.geomajas.command.geometry
Class TransformGeometryCommand
java.lang.Object
org.geomajas.command.geometry.TransformGeometryCommand
- All Implemented Interfaces:
- Command<TransformGeometryRequest,TransformGeometryResponse>
@Api
@Component
public class TransformGeometryCommand
- extends Object
- implements Command<TransformGeometryRequest,TransformGeometryResponse>
Command to perform CRS transformations on various geometry types: bounding box, geometry, geometry collection.
- Since:
- 1.9.0.
- Author:
- Jan De Moerloose
TransformGeometryCommand
public TransformGeometryCommand()
getEmptyCommandResponse
public TransformGeometryResponse getEmptyCommandResponse()
- Specified by:
getEmptyCommandResponse in interface Command<TransformGeometryRequest,TransformGeometryResponse>
execute
public void execute(TransformGeometryRequest request,
TransformGeometryResponse response)
throws Exception
- Specified by:
execute in interface Command<TransformGeometryRequest,TransformGeometryResponse>
- Throws:
Exception
Copyright © 2014 Geosparc. All Rights Reserved.