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 SummaryFields inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoaderapplicationContext, context, element, layer, loaderSupport, mapLoaderSupport
- 
Constructor SummaryConstructorsConstructorDescriptionTileLayerLoader(ComponentLoader.Context context, org.dom4j.Element layerElement) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected TileLayerprotected SourcecreateSourceElementByName(String sourceName) protected voidloadOsmSource(OsmSource osmSource, org.dom4j.Element element) protected voidloadSourceAttributes(Source source, org.dom4j.Element element) protected voidprotected voidloadTileSize(AbstractXyzSource.HasTileSize component, org.dom4j.Element element) protected voidloadTileWmsSource(TileWmsSource tileWmsSource, org.dom4j.Element element) protected voidloadXyzSource(XyzSource xyzSource, org.dom4j.Element element) Methods inherited from class io.jmix.mapsflowui.component.loader.layer.AbstractLayerLoaderloadBaseLayerAttributes, loaderSupport, loadLayer, loadSource, mapLoaderSupport, setApplicationContext
- 
Constructor Details- 
TileLayerLoader
 
- 
- 
Method Details- 
createLayer- Specified by:
- createLayerin class- AbstractLayerLoader<TileLayer>
 
- 
loadSpecificLayerTypeAttributesprotected void loadSpecificLayerTypeAttributes()- Specified by:
- loadSpecificLayerTypeAttributesin class- AbstractLayerLoader<TileLayer>
 
- 
createSourceElementByName- Specified by:
- createSourceElementByNamein class- AbstractLayerLoader<TileLayer>
 
- 
loadSourceAttributes- Specified by:
- loadSourceAttributesin class- AbstractLayerLoader<TileLayer>
 
- 
loadOsmSource
- 
loadXyzSource
- 
loadTileWmsSource
- 
loadTileSize
 
-