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
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected ComponentLoader.Contextprotected org.dom4j.Elementprotected Lprotected LoaderSupportprotected MapLoaderSupport - 
Constructor Summary
ConstructorsConstructorDescriptionAbstractLayerLoader(ComponentLoader.Context context, org.dom4j.Element layerElement)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Lprotected abstract SourcecreateSourceElementByName(String sourceName) protected voidprotected LoaderSupportprotected voidprotected abstract voidloadSourceAttributes(Source source, org.dom4j.Element element) protected abstract voidprotected MapLoaderSupportvoidsetApplicationContext(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:
 setApplicationContextin 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
 
 -