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
ConstructorsConstructorDescriptionAbstractVectorLayerLoader(ComponentLoader.Context context, org.dom4j.Element layerElement) -
Method Summary
Modifier and TypeMethodDescriptionprotected ComponentLoader.ComponentContextprotected InstanceContainer<?>getDataContainerById(String containerId) protected voidloadDataContainer(AbstractDataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected voidloadDataVectorSource(DataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected voidloadVectorSource(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
-