Class HeatmapDataVectorSource<E>

Type Parameters:
E - item type
All Implemented Interfaces:
GeoObjectClickNotifier<E>, Source.HasAttributions, Source.HasWrapX, Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class HeatmapDataVectorSource<E> extends AbstractDataVectorSource<E> implements org.springframework.context.ApplicationContextAware, GeoObjectClickNotifier<E>
A source containing geo-objects (entities having a property of a Geometry type) for HeatmapLayer.

This source acts as a connector between the data (geo-objects provided by DataVectorSourceItems interface implementation) and the map UI component. It carries the data along with some additional information on how the geo-objects should be displayed on a map.

See Also: