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
Fields -
Constructor Summary
Constructors -
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, setZIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getPreloadin interfaceHasBaseTileLayerOptions- Returns:
- the level to preload tiles up to or
nullif not set
-
setPreload
Description copied from interface:HasBaseTileLayerOptionsSets the preload level. Layer loads low-resolution tiles up to preload levels. The default value is0which means no preloading.For more details see: setPreload() docs
- Specified by:
setPreloadin interfaceHasBaseTileLayerOptions- Parameters:
preload- the level to preload tiles up to
-