Geomajas Community Documentation
Raster layers are image-based layers which, depending on the type,
may be configured to retrieve their images from WMS, Google Maps or
OpenStreetMap (tile) servers. All raster layer implementations implement
the org.geomajas.layer.RasterLayer
interface, which means
they provide an accessor for a RasterLayerInfo
metadata
object. The info object configuration is normally defined in the Spring
configuration as part of the entire layer configuration. Depending on
the type of layer, extra properties are needed to provide a full
configuration.