org.geomajas.command.render
Class GetRasterTilesCommand
java.lang.Object
org.geomajas.command.render.GetRasterTilesCommand
- All Implemented Interfaces:
- Command<GetRasterTilesRequest,GetRasterTilesResponse>
@Api
@Component
public class GetRasterTilesCommand
- extends Object
- implements Command<GetRasterTilesRequest,GetRasterTilesResponse>
Command that retrieves raster data. The result contains a list of raster tiles. Basic assumption is that
raster data is tiled in a pyramid structure based on to the layer's maximum extent and tile level. The optimum tile
level for the given scale is determined first. Once the tile level is known, it should be a piece of cake to
determine the indices. The client can cache as many tiles as it likes.
- Since:
- 1.6.0
- Author:
- Pieter De Graef, Jan De Moerloose, Joachim Van der Auwera
GetRasterTilesCommand
public GetRasterTilesCommand()
getEmptyCommandResponse
public GetRasterTilesResponse getEmptyCommandResponse()
- Specified by:
getEmptyCommandResponse in interface Command<GetRasterTilesRequest,GetRasterTilesResponse>
execute
public void execute(GetRasterTilesRequest request,
GetRasterTilesResponse response)
throws Exception
- Specified by:
execute in interface Command<GetRasterTilesRequest,GetRasterTilesResponse>
- Throws:
Exception
Copyright © 2014 Geosparc. All Rights Reserved.