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 Summary
Modifier and TypeClassDescriptionstatic interface
Interface to be implemented by sources that should provide all attributes fromAbstractImageWmsSource
.static interface
Interface to be implemented by sources that should provide ratio management.Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
Source.HasAttributions, Source.HasAttributionsCollapsible, Source.HasProjection, Source.HasSourceOptions, Source.HasWrapX
Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Double
protected ServerType
protected String
Fields inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
attributions, attributionsCollapsible, id, projection, wrapX
Fields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected Double
getRatio()
protected ServerType
protected String
getUrl()
protected void
setCrossOrigin
(String crossOrigin) protected void
protected void
protected void
setServerType
(ServerType serverType) protected void
Methods inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
getAttributions, getAttributionsCollapsible, getId, getProjection, getWrapX, setAttributions, setAttributionsCollapsible, setId, setProjection, setWrapX
Methods 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
-
crossOrigin
-
serverType
-
params
-
ratio
-
url
-
-
Constructor Details
-
AbstractImageWmsSource
public AbstractImageWmsSource()
-
-
Method Details
-
getCrossOrigin
-
setCrossOrigin
-
getServerType
-
setServerType
-
getParams
-
setParams
-
getRatio
-
setRatio
-
getUrl
-
setUrl
-