Class NoOpImageLayer
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.layer.Layer<S>
io.jmix.mapsflowui.kit.component.model.layer.BaseImageLayer<ImageSource>
io.jmix.mapsflowui.kit.component.model.layer.NoOpImageLayer
- All Implemented Interfaces:
HasBaseLayerOptions
,Serializable
INTERNAL.
Stub implementation, do not use in application. Used by Jmix Studio for showing preview.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent
-
Field Summary
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 ImageLayerOptions
protected ImageLayerOptions
<S extends ImageSource>
Sprotected String
getType()
Methods inherited from class io.jmix.mapsflowui.kit.component.model.layer.Layer
getClassName, getExtent, getId, getMaxZoom, getMinZoom, getOpacity, getVisible, getZIndex, setClassName, setExtent, setId, setMaxZoom, setMinZoom, setOpacity, setSource, setVisible, setZIndex, withClassName, withExtent, withId, withMaxZoom, withMinZoom, withOpacity, withSource, withVisible, withZIndex
Methods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
-
Constructor Details
-
NoOpImageLayer
public NoOpImageLayer()
-
-
Method Details
-
createOptions
- Specified by:
createOptions
in classLayer<ImageSource>
-
getType
- Specified by:
getType
in classMapObservableObject
-
getSource
- Specified by:
getSource
in classLayer<ImageSource>
- Type Parameters:
S
- the source type- Returns:
- the layer source or
null
if not set
-
getOptions
- Specified by:
getOptions
in classLayer<ImageSource>
-