Class VectorLayerLoader
java.lang.Object
io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader<L>
io.jmix.mapsflowui.component.loader.layer.AbstractVectorLayerLoader<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 void
loadClusterSource
(ClusterSource clusterSource, 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
-
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>
-
loadClusterSource
-