Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.render
Class GetRasterTilesCommand

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

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

Constructor Detail

GetRasterTilesCommand

public GetRasterTilesCommand()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.