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 SummaryFields inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoaderapplicationContext, context, element, layer, loaderSupport, mapLoaderSupport
- 
Constructor SummaryConstructorsConstructorDescriptionImageLayerLoader(ComponentLoader.Context context, org.dom4j.Element layerElement) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected ImageLayerprotected SourcecreateSourceElementByName(String sourceName) protected voidloadImageStaticSource(ImageStaticSource imageStaticSource, org.dom4j.Element element) protected voidloadImageWmsSource(ImageWmsSource imageWmsSource, org.dom4j.Element element) protected voidloadSourceAttributes(Source source, org.dom4j.Element element) protected voidMethods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoaderloadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, mapLoaderSupport, setApplicationContext
- 
Constructor Details- 
ImageLayerLoader
 
- 
- 
Method Details- 
createLayer- Specified by:
- createLayerin class- AbstractLayerLoader<ImageLayer>
 
- 
loadSpecificLayerTypeAttributesprotected void loadSpecificLayerTypeAttributes()- Specified by:
- loadSpecificLayerTypeAttributesin class- AbstractLayerLoader<ImageLayer>
 
- 
createSourceElementByName- Specified by:
- createSourceElementByNamein class- AbstractLayerLoader<ImageLayer>
 
- 
loadSourceAttributes- Specified by:
- loadSourceAttributesin class- AbstractLayerLoader<ImageLayer>
 
- 
loadImageStaticSourceprotected void loadImageStaticSource(ImageStaticSource imageStaticSource, org.dom4j.Element element) 
- 
loadImageWmsSource
 
-