Geomajas Community Documentation

7.1. RasterLayerService

All access to raster layers should be done using the raster layer service. The following methods exist

  • List<RasterTile> getTiles(String layerId, CoordinateReferenceSystem crs, Envelope bounds, double scale) throws GeomajasException : this method allows you to obtain the list of raster tiles which need to be displayed for the given bounds at the requested scale.