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 SummaryFieldsFields inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBindinggeometryChangeRegistration, geoObjectsMap, geoObjectWrapperClickListener, items, itemSetChangeRegistration, metaPropertyPath, source
- 
Constructor SummaryConstructorsConstructorDescriptionHeatmapDataVectorSourceBinding(HeatmapDataVectorSource<E> source, DataVectorSourceItems<E> items, HeatmapLayer heatmapLayer) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidapplyFeatureProperties(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected voidapplyFeatureStyleProvider(GeoObjectWrapper<E> geoObjectWrapper, E entity) Methods inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBindingaddGeoObject, applyClickListeners, bind, geoObjectKey, mergeGeoObject, onGeometryChange, onGeoObjectClick, onItemSetChange, refreshGeoObjects, removeGeoObject, removeGeoObjectByKey, removeWrapper, unbind
- 
Field Details- 
heatmapLayer
 
- 
- 
Constructor Details- 
HeatmapDataVectorSourceBindingpublic HeatmapDataVectorSourceBinding(HeatmapDataVectorSource<E> source, DataVectorSourceItems<E> items, HeatmapLayer heatmapLayer) 
 
- 
- 
Method Details- 
applyFeatureProperties- Specified by:
- applyFeaturePropertiesin class- AbstractDataVectorSourceBinding<E>
 
- 
applyFeatureStyleProvider- Specified by:
- applyFeatureStyleProviderin class- AbstractDataVectorSourceBinding<E>
 
 
-