Class ImageLayerLoader
java.lang.Object
io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader<ImageLayer>
io.jmix.mapsflowui.component.loader.layer.ImageLayerLoader
- 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
ConstructorDescriptionImageLayerLoader
(ComponentLoader.Context context, org.dom4j.Element layerElement) -
Method Summary
Modifier and TypeMethodDescriptionprotected ImageLayer
protected Source
createSourceElementByName
(String sourceName) protected void
loadImageStaticSource
(ImageStaticSource imageStaticSource, org.dom4j.Element element) protected void
loadImageWmsSource
(ImageWmsSource imageWmsSource, 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.AbstractLayerLoader
loadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, mapLoaderSupport, setApplicationContext
-
Constructor Details
-
ImageLayerLoader
-
-
Method Details
-
createLayer
- Specified by:
createLayer
in classAbstractLayerLoader<ImageLayer>
-
loadSpecificLayerTypeAttributes
protected void loadSpecificLayerTypeAttributes()- Specified by:
loadSpecificLayerTypeAttributes
in classAbstractLayerLoader<ImageLayer>
-
createSourceElementByName
- Specified by:
createSourceElementByName
in classAbstractLayerLoader<ImageLayer>
-
loadSourceAttributes
- Specified by:
loadSourceAttributes
in classAbstractLayerLoader<ImageLayer>
-
loadImageStaticSource
protected void loadImageStaticSource(ImageStaticSource imageStaticSource, org.dom4j.Element element) -
loadImageWmsSource
-