Class AbstractXyzSource
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.source.Source
io.jmix.mapsflowui.kit.component.model.source.TileSource
io.jmix.mapsflowui.kit.component.model.source.UrlTileSource
io.jmix.mapsflowui.kit.component.model.source.TileImageSource
io.jmix.mapsflowui.kit.component.model.source.AbstractXyzSource
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoOpOsmSource,- NoOpXyzSource,- OsmSource,- XyzSource
Base source for loading tiled images using XYZ format. It is a de facto OpenStreetMap
 standard, also known as 
 Slippy Map Tilenames, defining scheme for tiles that are served through a web server.
 
For more details see: XYZ docs
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceInterface to be implemented by sources that should provide max zoom management.static interfaceInterface to be implemented by sources that should provide min zoom management.static interfaceInterface to be implemented by sources that should provide tileSize management.static interfaceInterface to be implemented by sources that should provide all attributes fromAbstractXyzSource.Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.UrlTileSourceUrlTileSource.HasUrls, UrlTileSource.HasUrlTileSourceOptionsNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.TileSourceTileSource.HasCacheSize, TileSource.HasOpaque, TileSource.HasTileSourceOptionsNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.SourceSource.HasAttributions, Source.HasAttributionsCollapsible, Source.HasProjection, Source.HasSourceOptions, Source.HasWrapXNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Doubleprotected Integerprotected Integerprotected SizeFields inherited from class io.jmix.mapsflowui.kit.component.model.source.TileImageSourcecrossOriginFields inherited from class io.jmix.mapsflowui.kit.component.model.source.UrlTileSourceurl, urlsFields inherited from class io.jmix.mapsflowui.kit.component.model.source.TileSourcecacheSize, opaqueFields inherited from class io.jmix.mapsflowui.kit.component.model.source.Sourceattributions, attributionsCollapsible, id, projection, wrapXFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Doubleprotected Integerprotected Integerprotected Sizeprotected voidprotected voidsetMaxZoom(Integer maxZoom) protected voidsetMinZoom(Integer minZoom) protected voidsetTileSize(Size tileSize) Methods inherited from class io.jmix.mapsflowui.kit.component.model.source.TileImageSourcegetCrossOrigin, setCrossOriginMethods inherited from class io.jmix.mapsflowui.kit.component.model.source.UrlTileSourcegetUrl, getUrls, setUrl, setUrlsMethods inherited from class io.jmix.mapsflowui.kit.component.model.source.TileSourcegetCacheSize, getOpaque, setCacheSize, setOpaqueMethods inherited from class io.jmix.mapsflowui.kit.component.model.source.SourcegetAttributions, getAttributionsCollapsible, getId, getProjection, getWrapX, setAttributions, setAttributionsCollapsible, setId, setProjection, setWrapXMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectaddChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, getType, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
- 
Field Details- 
tileSize
- 
maxZoom
- 
minZoom
- 
gutter
 
- 
- 
Constructor Details- 
AbstractXyzSourcepublic AbstractXyzSource()
 
- 
- 
Method Details- 
getTileSize
- 
setTileSize
- 
getMaxZoom
- 
setMaxZoom
- 
getMinZoom
- 
setMinZoom
- 
getGutter
- 
setGutter
 
-