Class AbstractLayerLoader<L extends Layer>
java.lang.Object
io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader<L>
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
ImageLayerLoader
,TileLayerLoader
,VectorLayerLoader
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected ComponentLoader.Context
protected org.dom4j.Element
protected L
protected LoaderSupport
protected MapLoaderSupport
-
Constructor Summary
ConstructorDescriptionAbstractLayerLoader
(ComponentLoader.Context context, org.dom4j.Element layerElement) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract L
protected abstract Source
createSourceElementByName
(String sourceName) protected void
protected LoaderSupport
protected void
protected abstract void
loadSourceAttributes
(Source source, org.dom4j.Element element) protected abstract void
protected MapLoaderSupport
void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
loaderSupport
-
mapLoaderSupport
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
context
-
layer
-
element
protected org.dom4j.Element element
-
-
Constructor Details
-
AbstractLayerLoader
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
createLayer
-
loadLayer
-
loadBaseLayerAttributes
protected void loadBaseLayerAttributes() -
loadSpecificLayerTypeAttributes
protected abstract void loadSpecificLayerTypeAttributes() -
loadSource
protected void loadSource() -
createSourceElementByName
-
loadSourceAttributes
-
mapLoaderSupport
-
loaderSupport
-