Class VectorLayerOptions
java.lang.Object
io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptions
io.jmix.mapsflowui.kit.component.model.layer.option.BaseVectorLayerOptions
io.jmix.mapsflowui.kit.component.model.layer.option.VectorLayerOptions
- All Implemented Interfaces:
HasBaseLayerOptions
,HasBaseVectorOptions
Options for vector layer.
For more details see: VectorLayer docs
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseVectorLayerOptions
background, declutter, renderBuffer, updateWhileAnimating, updateWhileInteracting
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseVectorLayerOptions
getBackground, getRenderBuffer, getUpdateWhileInteracting, isDeclutter, isUpdateWhileAnimating, setBackground, setDeclutter, setRenderBuffer, setUpdateWhileAnimating, setUpdateWhileInteracting
Methods inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptions
getClassName, getExtent, getMaxZoom, getMinZoom, getOpacity, getZIndex, isVisible, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.option.HasBaseLayerOptions
getClassName, getExtent, getMaxZoom, getMinZoom, getOpacity, getZIndex, isVisible, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
-
Constructor Details
-
VectorLayerOptions
public VectorLayerOptions()
-