Class VectorLayer

All Implemented Interfaces:
BaseVectorLayer.HasBackground, BaseVectorLayer.HasBaseVectorLayerOptions, BaseVectorLayer.HasDeclutter, BaseVectorLayer.HasRenderBuffer, BaseVectorLayer.HasUpdateWhileAnimating, BaseVectorLayer.HasUpdateWhileInteracting, HasStyles, HasBaseLayerOptions, Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class VectorLayer extends BaseVectorLayer<AbstractVectorSource> implements org.springframework.context.ApplicationContextAware, BaseVectorLayer.HasBaseVectorLayerOptions, HasStyles
Layer for rendering vector data (e.g. geometries).

For more details see: VectorLayer docs

See Also: