org.geomajas.command.render
Class GetVectorTileCommand
java.lang.Object
org.geomajas.command.render.GetVectorTileCommand
- All Implemented Interfaces:
- Command<GetVectorTileRequest,GetVectorTileResponse>
@Api
@Component
@Transactional(readOnly=true,
rollbackFor=java.lang.Exception.class)
public class GetVectorTileCommand- extends Object
- implements Command<GetVectorTileRequest,GetVectorTileResponse>
Command to retrieve a feature tile.
- Since:
- 1.6.0
- Author:
- Jan De Moerloose
GetVectorTileCommand
public GetVectorTileCommand()
getEmptyCommandResponse
public GetVectorTileResponse getEmptyCommandResponse()
- Specified by:
getEmptyCommandResponse in interface Command<GetVectorTileRequest,GetVectorTileResponse>
execute
public void execute(GetVectorTileRequest request,
GetVectorTileResponse response)
throws Exception
- Specified by:
execute in interface Command<GetVectorTileRequest,GetVectorTileResponse>
- Throws:
Exception
Copyright © 2014 Geosparc. All Rights Reserved.