Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.render
Class GetVectorTileCommand

java.lang.Object
  extended by 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

Constructor Summary
GetVectorTileCommand()
           
 
Method Summary
 void execute(GetVectorTileRequest request, GetVectorTileResponse response)
           
 GetVectorTileResponse getEmptyCommandResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetVectorTileCommand

public GetVectorTileCommand()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.