Class BaseTileLayerOptions
java.lang.Object
io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptions
io.jmix.mapsflowui.kit.component.model.layer.option.BaseTileLayerOptions
- All Implemented Interfaces:
BaseTileLayer.HasBaseTileLayerOptions
,BaseTileLayer.HasPreload
,HasBaseLayerOptions
- Direct Known Subclasses:
TileLayerOptions
public abstract class BaseTileLayerOptions
extends BaseLayerOptions
implements BaseTileLayer.HasBaseTileLayerOptions
Abstract implementation of options for layer sources that provide pre-rendered, tiled images in grids that are
organized by zoom levels for specific resolutions.
For more details see: BaseTileLayer docs
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptions
getClassName, getExtent, getMaxZoom, getMinZoom, getOpacity, getVisible, getZIndex, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
-
Field Details
-
preload
-
-
Constructor Details
-
BaseTileLayerOptions
public BaseTileLayerOptions()
-
-
Method Details
-
getPreload
- Specified by:
getPreload
in interfaceBaseTileLayer.HasPreload
- Returns:
- the level to preload tiles up to or
null
if not set
-
setPreload
Description copied from interface:BaseTileLayer.HasPreload
Sets the preload level. Layer loads low-resolution tiles up to preload levels. The default value is0
which means no preloading.For more details see: setPreload() docs
- Specified by:
setPreload
in interfaceBaseTileLayer.HasPreload
- Parameters:
preload
- the level to preload tiles up to
-