Geomajas Community Documentation
Vector layers contain homogeneous vectorial features. All vector
layer implementations implement the
org.geomajas.layer.VectorLayer
interface, which means they
provide an accessor for a VectorLayerInfo
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.
The definition of the actual layer is similar to the definition of a raster layer.