Class HeatmapLayerLoader
java.lang.Object
io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader<L>
io.jmix.mapsflowui.component.loader.layer.AbstractVectorLayerLoader<HeatmapLayer>
io.jmix.mapsflowui.component.loader.layer.HeatmapLayerLoader
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader
applicationContext, context, element, layer, loaderSupport, mapLoaderSupport
-
Constructor Summary
ConstructorDescriptionHeatmapLayerLoader
(ComponentLoader.Context context, org.dom4j.Element layerElement) -
Method Summary
Modifier and TypeMethodDescriptionprotected HeatmapLayer
protected Source
createSourceElementByName
(String sourceName) protected void
loadHeatmapDataVectorSource
(HeatmapDataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected void
loadSourceAttributes
(Source source, org.dom4j.Element element) protected void
Methods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractVectorLayerLoader
getComponentContext, getDataContainerById, loadDataContainer, loadDataVectorSource, loadVectorSource
Methods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader
loadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, mapLoaderSupport, setApplicationContext
-
Constructor Details
-
HeatmapLayerLoader
-
-
Method Details
-
createLayer
- Specified by:
createLayer
in classAbstractLayerLoader<HeatmapLayer>
-
loadSpecificLayerTypeAttributes
protected void loadSpecificLayerTypeAttributes()- Specified by:
loadSpecificLayerTypeAttributes
in classAbstractLayerLoader<HeatmapLayer>
-
createSourceElementByName
- Specified by:
createSourceElementByName
in classAbstractLayerLoader<HeatmapLayer>
-
loadSourceAttributes
- Specified by:
loadSourceAttributes
in classAbstractLayerLoader<HeatmapLayer>
-
loadHeatmapDataVectorSource
protected void loadHeatmapDataVectorSource(HeatmapDataVectorSource<?> dataVectorSource, org.dom4j.Element element)
-