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:
HasBaseLayerOptions
,HasBaseTileLayerOptions
- Direct Known Subclasses:
TileLayerOptions
public abstract class BaseTileLayerOptions
extends BaseLayerOptions
implements 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, getZIndex, isVisible, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.option.HasBaseLayerOptions
getClassName, getExtent, getMaxZoom, getMinZoom, getOpacity, getZIndex, isVisible, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
-
Field Details
-
preload
-
-
Constructor Details
-
BaseTileLayerOptions
public BaseTileLayerOptions()
-
-
Method Details
-
getPreload
- Specified by:
getPreload
in interfaceHasBaseTileLayerOptions
- Returns:
- the level to preload tiles up to or
null
if not set
-
setPreload
Description copied from interface:HasBaseTileLayerOptions
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 interfaceHasBaseTileLayerOptions
- Parameters:
preload
- the level to preload tiles up to
-