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 SummaryFields inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoaderapplicationContext, context, element, layer, loaderSupport, mapLoaderSupport
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractVectorLayerLoader(ComponentLoader.Context context, org.dom4j.Element layerElement) 
- 
Method SummaryModifier 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.AbstractLayerLoadercreateLayer, createSourceElementByName, loadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, loadSourceAttributes, loadSpecificLayerTypeAttributes, mapLoaderSupport, setApplicationContext
- 
Constructor Details- 
AbstractVectorLayerLoader
 
- 
- 
Method Details- 
loadVectorSource
- 
loadDataVectorSourceprotected void loadDataVectorSource(DataVectorSource<?> dataVectorSource, org.dom4j.Element element) 
- 
loadDataContainerprotected void loadDataContainer(AbstractDataVectorSource<?> dataVectorSource, org.dom4j.Element element) 
- 
getDataContainerById
- 
getComponentContext
 
-