Class TileLayerLoader
java.lang.Object
io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader<TileLayer>
io.jmix.mapsflowui.component.loader.layer.TileLayerLoader
- 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
ConstructorDescriptionTileLayerLoader
(ComponentLoader.Context context, org.dom4j.Element layerElement) -
Method Summary
Modifier and TypeMethodDescriptionprotected TileLayer
protected Source
createSourceElementByName
(String sourceName) protected void
loadOsmSource
(OsmSource osmSource, org.dom4j.Element element) protected void
loadSourceAttributes
(Source source, org.dom4j.Element element) protected void
protected void
loadTileSize
(AbstractXyzSource.HasTileSize component, org.dom4j.Element element) protected void
loadTileWmsSource
(TileWmsSource tileWmsSource, org.dom4j.Element element) protected void
loadXyzSource
(XyzSource xyzSource, org.dom4j.Element element) Methods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoader
loadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, mapLoaderSupport, setApplicationContext
-
Constructor Details
-
TileLayerLoader
-
-
Method Details
-
createLayer
- Specified by:
createLayer
in classAbstractLayerLoader<TileLayer>
-
loadSpecificLayerTypeAttributes
protected void loadSpecificLayerTypeAttributes()- Specified by:
loadSpecificLayerTypeAttributes
in classAbstractLayerLoader<TileLayer>
-
createSourceElementByName
- Specified by:
createSourceElementByName
in classAbstractLayerLoader<TileLayer>
-
loadSourceAttributes
- Specified by:
loadSourceAttributes
in classAbstractLayerLoader<TileLayer>
-
loadOsmSource
-
loadXyzSource
-
loadTileWmsSource
-
loadTileSize
-