Class AbstractTileWmsSource
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.AbstractTileWmsSource
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 NoOpTileWmsSource,TileWmsSource
Source contains all attributes for loading tile data from WMS servers.
 
For more details see: TileWMS docs
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceInterface to be implemented by sources that should provide all attributes fromAbstractTileWmsSource.Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.UrlTileSource
UrlTileSource.HasUrls, UrlTileSource.HasUrlTileSourceOptionsNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.TileSource
TileSource.HasCacheSize, TileSource.HasOpaque, TileSource.HasTileSourceOptionsNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
Source.HasAttributions, Source.HasAttributionsCollapsible, Source.HasProjection, Source.HasSourceOptions, Source.HasWrapXNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent - 
Field Summary
FieldsFields inherited from class io.jmix.mapsflowui.kit.component.model.source.TileImageSource
crossOriginFields inherited from class io.jmix.mapsflowui.kit.component.model.source.UrlTileSource
url, urlsFields inherited from class io.jmix.mapsflowui.kit.component.model.source.TileSource
cacheSize, opaqueFields inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
attributions, attributionsCollapsible, id, projection, wrapXFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Doubleprotected ServerTypeprotected voidprotected voidprotected voidsetServerType(ServerType serverType) Methods inherited from class io.jmix.mapsflowui.kit.component.model.source.TileImageSource
getCrossOrigin, setCrossOriginMethods inherited from class io.jmix.mapsflowui.kit.component.model.source.UrlTileSource
getUrl, getUrls, setUrl, setUrlsMethods inherited from class io.jmix.mapsflowui.kit.component.model.source.TileSource
getCacheSize, getOpaque, setCacheSize, setOpaqueMethods inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
getAttributions, getAttributionsCollapsible, getId, getProjection, getWrapX, setAttributions, setAttributionsCollapsible, setId, setProjection, setWrapXMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, getType, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth 
- 
Field Details
- 
params
 - 
gutter
 - 
serverType
 
 - 
 - 
Constructor Details
- 
AbstractTileWmsSource
public AbstractTileWmsSource() 
 - 
 - 
Method Details
- 
getParams
 - 
setParams
 - 
getGutter
 - 
setGutter
 - 
getServerType
 - 
setServerType
 
 -