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 SummaryFields inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoaderapplicationContext, context, element, layer, loaderSupport, mapLoaderSupport
- 
Constructor SummaryConstructorsConstructorDescriptionHeatmapLayerLoader(ComponentLoader.Context context, org.dom4j.Element layerElement) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected HeatmapLayerprotected SourcecreateSourceElementByName(String sourceName) protected voidloadHeatmapDataVectorSource(HeatmapDataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected voidloadSourceAttributes(Source source, org.dom4j.Element element) protected voidMethods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractVectorLayerLoadergetComponentContext, getDataContainerById, loadDataContainer, loadDataVectorSource, loadVectorSourceMethods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoaderloadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, mapLoaderSupport, setApplicationContext
- 
Constructor Details- 
HeatmapLayerLoader
 
- 
- 
Method Details- 
createLayer- Specified by:
- createLayerin class- AbstractLayerLoader<HeatmapLayer>
 
- 
loadSpecificLayerTypeAttributesprotected void loadSpecificLayerTypeAttributes()- Specified by:
- loadSpecificLayerTypeAttributesin class- AbstractLayerLoader<HeatmapLayer>
 
- 
createSourceElementByName- Specified by:
- createSourceElementByNamein class- AbstractLayerLoader<HeatmapLayer>
 
- 
loadSourceAttributes- Specified by:
- loadSourceAttributesin class- AbstractLayerLoader<HeatmapLayer>
 
- 
loadHeatmapDataVectorSourceprotected void loadHeatmapDataVectorSource(HeatmapDataVectorSource<?> dataVectorSource, org.dom4j.Element element) 
 
-