Class AbstractImageWmsSource
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.ImageSource
io.jmix.mapsflowui.kit.component.model.source.AbstractImageWmsSource
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ImageWmsSource,- NoOpImageWmsSource
Abstract image WMS source. Defines base properties and interfaces for loading single image
 or untiled images from WMS servers.
 
For more details see: ImageWMS docs
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceInterface to be implemented by sources that should provide all attributes fromAbstractImageWmsSource.static interfaceInterface to be implemented by sources that should provide ratio management.Nested 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 Stringprotected Doubleprotected ServerTypeprotected StringFields 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 Stringprotected DoublegetRatio()protected ServerTypeprotected StringgetUrl()protected voidsetCrossOrigin(String crossOrigin) protected voidprotected voidprotected voidsetServerType(ServerType serverType) protected voidMethods 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- 
crossOrigin
- 
serverType
- 
params
- 
ratio
- 
url
 
- 
- 
Constructor Details- 
AbstractImageWmsSourcepublic AbstractImageWmsSource()
 
- 
- 
Method Details- 
getCrossOrigin
- 
setCrossOrigin
- 
getServerType
- 
setServerType
- 
getParams
- 
setParams
- 
getRatio
- 
setRatio
- 
getUrl
- 
setUrl
 
-