Class VectorLayerLoader
java.lang.Object
io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader<VectorLayer>
io.jmix.mapsflowui.component.loader.layer.VectorLayerLoader
- 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
ConstructorDescriptionVectorLayerLoader
(ComponentLoader.Context context, org.dom4j.Element layerElement) -
Method Summary
Modifier and TypeMethodDescriptionprotected VectorLayer
protected Source
createSourceElementByName
(String sourceName) protected ComponentLoader.ComponentContext
protected InstanceContainer<?>
getDataContainerById
(String containerId) protected void
loadDataContainer
(DataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected void
loadDataVectorSource
(DataVectorSource<?> dataVectorSource, org.dom4j.Element element) protected void
loadSourceAttributes
(Source source, org.dom4j.Element element) protected void
protected void
loadVectorSource
(VectorSource vectorSource, org.dom4j.Element element) Methods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader
loadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, mapLoaderSupport, setApplicationContext
-
Constructor Details
-
VectorLayerLoader
-
-
Method Details
-
createLayer
- Specified by:
createLayer
in classAbstractLayerLoader<VectorLayer>
-
loadSpecificLayerTypeAttributes
protected void loadSpecificLayerTypeAttributes()- Specified by:
loadSpecificLayerTypeAttributes
in classAbstractLayerLoader<VectorLayer>
-
createSourceElementByName
- Specified by:
createSourceElementByName
in classAbstractLayerLoader<VectorLayer>
-
loadSourceAttributes
- Specified by:
loadSourceAttributes
in classAbstractLayerLoader<VectorLayer>
-
loadVectorSource
-
loadDataVectorSource
protected void loadDataVectorSource(DataVectorSource<?> dataVectorSource, org.dom4j.Element element) -
loadDataContainer
-
getDataContainerById
-
getComponentContext
-