Class AbstractVectorLayerLoader<L extends Layer>
java.lang.Object
io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader<L>
io.jmix.mapsflowui.component.loader.layer.AbstractVectorLayerLoader<L>
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
HeatmapLayerLoader
,VectorLayerLoader
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader
applicationContext, context, element, layer, loaderSupport, mapLoaderSupport
-
Constructor Summary
ConstructorDescriptionAbstractVectorLayerLoader
(ComponentLoader.Context context, org.dom4j.Element layerElement) -
Method Summary
Modifier and TypeMethodDescriptionprotected ComponentLoader.ComponentContext
protected InstanceContainer<?>
getDataContainerById
(String containerId) protected void
loadDataContainer
(AbstractDataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected void
loadDataVectorSource
(DataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected void
loadVectorSource
(VectorSource vectorSource, org.dom4j.Element element) Methods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader
createLayer, createSourceElementByName, loadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, loadSourceAttributes, loadSpecificLayerTypeAttributes, mapLoaderSupport, setApplicationContext
-
Constructor Details
-
AbstractVectorLayerLoader
-
-
Method Details
-
loadVectorSource
-
loadDataVectorSource
protected void loadDataVectorSource(DataVectorSource<?> dataVectorSource, org.dom4j.Element element) -
loadDataContainer
protected void loadDataContainer(AbstractDataVectorSource<?> dataVectorSource, org.dom4j.Element element) -
getDataContainerById
-
getComponentContext
-