Class HeatmapDataVectorSourceBinding<E>
java.lang.Object
io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding<E>
io.jmix.mapsflowui.component.data.binding.HeatmapDataVectorSourceBinding<E>
- All Implemented Interfaces:
JmixBinding
@Component("map_HeatmapDataVectorSourceBinding")
@Scope("prototype")
public class HeatmapDataVectorSourceBinding<E>
extends AbstractDataVectorSourceBinding<E>
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
geometryChangeRegistration, geoObjectsMap, geoObjectWrapperClickListener, items, itemSetChangeRegistration, metaPropertyPath, source
-
Constructor Summary
ConstructorDescriptionHeatmapDataVectorSourceBinding
(HeatmapDataVectorSource<E> source, DataVectorSourceItems<E> items, HeatmapLayer heatmapLayer) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyFeatureProperties
(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected void
applyFeatureStyleProvider
(GeoObjectWrapper<E> geoObjectWrapper, E entity) Methods inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
addGeoObject, applyClickListeners, bind, geoObjectKey, mergeGeoObject, onGeometryChange, onGeoObjectClick, onItemSetChange, refreshGeoObjects, removeGeoObject, removeGeoObjectByKey, removeWrapper, unbind
-
Field Details
-
heatmapLayer
-
-
Constructor Details
-
HeatmapDataVectorSourceBinding
public HeatmapDataVectorSourceBinding(HeatmapDataVectorSource<E> source, DataVectorSourceItems<E> items, HeatmapLayer heatmapLayer)
-
-
Method Details
-
applyFeatureProperties
- Specified by:
applyFeatureProperties
in classAbstractDataVectorSourceBinding<E>
-
applyFeatureStyleProvider
- Specified by:
applyFeatureStyleProvider
in classAbstractDataVectorSourceBinding<E>
-