Class NoOpTileLayer
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.layer.Layer<TileSource>
io.jmix.mapsflowui.kit.component.model.layer.BaseTileLayer
io.jmix.mapsflowui.kit.component.model.layer.NoOpTileLayer
- All Implemented Interfaces:
- BaseTileLayer.HasBaseTileLayerOptions,- BaseTileLayer.HasPreload,- HasBaseLayerOptions,- Serializable
INTERNAL.
 
Stub implementation, do not use in application. Used by Jmix Studio for showing preview.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.layer.BaseTileLayerBaseTileLayer.HasBaseTileLayerOptions, BaseTileLayer.HasPreloadNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected TileLayerOptions<S extends TileSource>
 Sprotected StringgetType()voidsetPreload(Integer preload) Sets the preload level.Methods inherited from class io.jmix.mapsflowui.kit.component.model.layer.BaseTileLayergetOptionsMethods inherited from class io.jmix.mapsflowui.kit.component.model.layer.LayergetClassName, getExtent, getId, getMaxZoom, getMinZoom, getOpacity, getVisible, getZIndex, setClassName, setExtent, setId, setMaxZoom, setMinZoom, setOpacity, setSource, setVisible, setZIndex, withClassName, withExtent, withId, withMaxZoom, withMinZoom, withOpacity, withSource, withVisible, withZIndexMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectaddChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
- 
Constructor Details- 
NoOpTileLayerpublic NoOpTileLayer()
 
- 
- 
Method Details- 
createOptions- Specified by:
- createOptionsin class- Layer<TileSource>
 
- 
getType- Specified by:
- getTypein class- MapObservableObject
 
- 
getSource- Specified by:
- getSourcein class- Layer<TileSource>
- Type Parameters:
- S- the source type
- Returns:
- the layer source or nullif not set
 
- 
getPreload- Specified by:
- getPreloadin interface- BaseTileLayer.HasPreload
- Overrides:
- getPreloadin class- BaseTileLayer
- Returns:
- the level to preload tiles up to or nullif not set
 
- 
setPreloadDescription copied from interface:BaseTileLayer.HasPreloadSets 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 interface- BaseTileLayer.HasPreload
- Overrides:
- setPreloadin class- BaseTileLayer
- Parameters:
- preload- the level to preload tiles up to
 
 
-