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
FieldsModifier and TypeFieldDescriptionprotected final GeoObjectWrapperFactory<E>
protected HeatmapLayer
Fields inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
geometryChangeRegistration, geoObjectsMap, geoObjectWrapperClickListener, items, itemSetChangeRegistration, metaPropertyPath, source
-
Constructor Summary
ConstructorsConstructorDescriptionHeatmapDataVectorSourceBinding
(HeatmapDataVectorSource<E> source, DataVectorSourceItems<E> items, HeatmapLayer heatmapLayer) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyFeatureModifyStyleProvider
(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected void
applyFeatureProperties
(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected void
applyFeatureSelectStyleProvider
(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected void
applyFeatureStyleProvider
(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected GeoObjectWrapperFactory<E>
protected GeoObjectWrapper<E>
createGeoObjectWrapper
(E entity, MetaPropertyPath metaPropertyPath) Methods inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
addGeoObject, applyClickListeners, applyStyles, bind, geoObjectKey, getGeoObjects, mergeGeoObject, onGeometryChange, onGeoObjectClick, onItemSetChange, onValueChange, refreshGeoObjects, removeGeoObject, removeGeoObjectByKey, removeWrapper, unbind
-
Field Details
-
heatmapLayer
-
geoObjectFactory
-
-
Constructor Details
-
HeatmapDataVectorSourceBinding
public HeatmapDataVectorSourceBinding(HeatmapDataVectorSource<E> source, DataVectorSourceItems<E> items, HeatmapLayer heatmapLayer)
-
-
Method Details
-
createGeoObjectWrapper
@Nullable protected GeoObjectWrapper<E> createGeoObjectWrapper(E entity, MetaPropertyPath metaPropertyPath) - Specified by:
createGeoObjectWrapper
in classAbstractDataVectorSourceBinding<E>
-
applyFeatureProperties
- Specified by:
applyFeatureProperties
in classAbstractDataVectorSourceBinding<E>
-
applyFeatureStyleProvider
- Specified by:
applyFeatureStyleProvider
in classAbstractDataVectorSourceBinding<E>
-
applyFeatureSelectStyleProvider
- Specified by:
applyFeatureSelectStyleProvider
in classAbstractDataVectorSourceBinding<E>
-
applyFeatureModifyStyleProvider
- Specified by:
applyFeatureModifyStyleProvider
in classAbstractDataVectorSourceBinding<E>
-
createGeoObjectFactory
-