- AbstractControl - Class in io.jmix.mapsui.widget.leaflet.control
-
- AbstractControl() - Constructor for class io.jmix.mapsui.widget.leaflet.control.AbstractControl
-
- AbstractControlConnector<T extends Control> - Class in io.jmix.mapsui.widget.leaflet.client
-
- AbstractControlConnector() - Constructor for class io.jmix.mapsui.widget.leaflet.client.AbstractControlConnector
-
- AbstractCustomPointIcon - Class in io.jmix.mapsui.component.layer.style
-
- AbstractCustomPointIcon() - Constructor for class io.jmix.mapsui.component.layer.style.AbstractCustomPointIcon
-
- AbstractDefaultControl<T extends Control> - Class in io.jmix.mapsui.widget.leaflet.client
-
- AbstractDefaultControl() - Constructor for class io.jmix.mapsui.widget.leaflet.client.AbstractDefaultControl
-
- AbstractDefaultControl - Class in io.jmix.mapsui.widget.leaflet.control
-
- AbstractDefaultControl() - Constructor for class io.jmix.mapsui.widget.leaflet.control.AbstractDefaultControl
-
- AbstractJsonOptions - Class in io.jmix.mapsui.widget.leaflet.client
-
- AbstractJsonOptions() - Constructor for class io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
-
- AbstractLeafletComponentState - Class in io.jmix.mapsui.widget.leaflet.shared
-
- AbstractLeafletComponentState() - Constructor for class io.jmix.mapsui.widget.leaflet.shared.AbstractLeafletComponentState
-
- AbstractLeafletDivOverlay - Class in io.jmix.mapsui.widget.leaflet
-
- AbstractLeafletDivOverlay() - Constructor for class io.jmix.mapsui.widget.leaflet.AbstractLeafletDivOverlay
-
- AbstractLeafletDivOverlayState - Class in io.jmix.mapsui.widget.leaflet.shared
-
- AbstractLeafletDivOverlayState() - Constructor for class io.jmix.mapsui.widget.leaflet.shared.AbstractLeafletDivOverlayState
-
- AbstractLeafletLayer - Class in io.jmix.mapsui.widget.leaflet
-
- AbstractLeafletLayer() - Constructor for class io.jmix.mapsui.widget.leaflet.AbstractLeafletLayer
-
- AbstractLeafletLayerConnector<T> - Class in io.jmix.mapsui.widget.leaflet.client
-
- AbstractLeafletLayerConnector() - Constructor for class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- AbstractLeafletVector - Class in io.jmix.mapsui.widget.leaflet
-
- AbstractLeafletVector() - Constructor for class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- AbstractLeafletVectorConnector<T extends AbstractLeafletVectorState,O extends PathOptions> - Class in io.jmix.mapsui.widget.leaflet.client
-
- AbstractLeafletVectorConnector() - Constructor for class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletVectorConnector
-
- AbstractLeafletVectorState - Class in io.jmix.mapsui.widget.leaflet.shared
-
- AbstractLeafletVectorState() - Constructor for class io.jmix.mapsui.widget.leaflet.shared.AbstractLeafletVectorState
-
- AbstractPath - Class in io.jmix.mapsui.widget.leaflet.client
-
- AbstractPath() - Constructor for class io.jmix.mapsui.widget.leaflet.client.AbstractPath
-
- AbstractVector - Class in io.jmix.mapsui.widget.leaflet.client
-
- AbstractVector() - Constructor for class io.jmix.mapsui.widget.leaflet.client.AbstractVector
-
- activate() - Method in interface io.jmix.mapsui.component.leaflet.LeafletLayerHolder
-
When a layer corresponding to the holder is selected,
this method is invoked in order to switch the holder into an active mode,
which basically means enable listeners and turn on a drawing mode if needed.
- activate() - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- active - Variable in class io.jmix.mapsui.widget.leaflet.shared.AbstractLeafletComponentState
-
- add(String, String, double, double, double, double) - Static method in class io.jmix.mapsui.widget.leaflet.client.Crs
-
Adds a new Crs definition and makes it immediately available for use inside a Map.
- add(String, double, double, double, double, double, double, double, double) - Static method in class io.jmix.mapsui.widget.leaflet.client.Crs
-
Adds a new Crs definition and makes it immediately available for use inside a Map.
- addAnimationEndListener(AnimationEndListener) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroup
-
- addAnimationEndListener(LeafletAnimationEndListener) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- addBaseLayer(Layer, String) - Method in class io.jmix.mapsui.widget.leaflet.client.control.Layers
-
- addBaseLayer(LeafletLayer, String) - Method in class io.jmix.mapsui.widget.leaflet.control.LLayers
-
- addBaseLayer(LeafletLayer, String) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Add a base layer with given name.
- addBaseLayerChangeListener(BaseLayerChangeListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addBaseLayerChangeListener(LeafletBaseLayerChangeListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addClickListener(Consumer<CanvasLayer.Point.ClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
Registers a new point click listener.
- addClickListener(Consumer<CanvasLayer.Polygon.ClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
Registers a new polygon click listener.
- addClickListener(Consumer<CanvasLayer.Polyline.ClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
Registers a new polyline click listener.
- addClickListener(Consumer<GeoMap.ClickEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new click listener.
- addClickListener(Consumer<GeoMap.ClickEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addClickListener(LeafletClickListener) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletLayer
-
- addClickListener(ClickListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Layer
-
- addClickListener(ClickListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
Adds click listener to map.
- addClickListener(LeafletClickListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addClickListener(LeafletClickListener) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- addCloseListener(PopupClosedListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Popup
-
- addClusterClickListener(ClusterClickListener) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroup
-
- addComponent(Collection<LeafletLayer>) - Method in class io.jmix.mapsui.widget.leaflet.LFeatureGroup
-
- addComponent(Component) - Method in class io.jmix.mapsui.widget.leaflet.LLayerGroup
-
- addComponent(Component) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletLayerGroupConnector
-
- addContextMenuListener(LeafletContextMenuListener) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletLayer
-
- addContextMenuListener(ContextMenuListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Layer
-
- addContextMenuListener(ContextMenuListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addContextMenuListener(LeafletContextMenuListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addControl(Control) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addControl(AbstractControl) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addCreatedListener(FeatureCreatedListener) - Method in class io.jmix.mapsui.widget.leaflet.client.EditableMap
-
- addData(JavaScriptObject) - Method in class io.jmix.mapsui.widget.leaflet.client.GeoJSON
-
- addDragEndListener(Consumer<GeoMap.DragEndEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new drag end listener.
- addDragEndListener(Consumer<GeoMap.DragEndEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addDragEndListener(DragEndListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addDragEndListener(ClickListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Marker
-
- addDragEndListener(LeafletDragEndListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addDragEndListener(LMarker.DragEndListener) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- addEditListener(FeatureEditedListener) - Method in class io.jmix.mapsui.widget.leaflet.client.EditableFeature
-
- addFeatureDrawnListener(FeatureDrawnListener) - Method in class io.jmix.mapsui.widget.leaflet.editable.LEditableMap
-
- addFeatureModifiedListener(FeatureModifiedListener) - Method in class io.jmix.mapsui.widget.leaflet.editable.LEditable
-
- addGeometryChangeListener(Consumer<VectorLayerItems.GeometryChangeEvent<E>>) - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- addGeometryChangeListener(Consumer<VectorLayerItems.GeometryChangeEvent<E>>) - Method in interface io.jmix.mapsui.component.data.VectorLayerItems
-
Registers a new geometry change listener.
- addGeoObject(T) - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- addGeoObjectClickListener(Consumer<VectorLayer.GeoObjectClickEvent<T>>) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- addGeoObjectSelectedListener(Consumer<VectorLayer.GeoObjectSelectedEvent<T>>) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Registers a new geo-object selected listener.
- addHole(Point...) - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- addItemSetChangeListener(Consumer<VectorLayerItems.ItemSetChangeEvent<E>>) - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- addItemSetChangeListener(Consumer<VectorLayerItems.ItemSetChangeEvent<E>>) - Method in interface io.jmix.mapsui.component.data.VectorLayerItems
-
Registers a new item set change listener.
- addLatLng(LatLng) - Method in class io.jmix.mapsui.widget.leaflet.client.Polyline
-
- addLayer(Layer) - Method in interface io.jmix.mapsui.component.GeoMap
-
Adds the given layer to the map.
- addLayer(Layer) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addLayer(Layer) - Method in class io.jmix.mapsui.widget.leaflet.client.LayerGroup
-
- addLayer(Layer) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addLayer(Marker) - Static method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroup
-
- addLayer(LeafletLayer) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addLayerAddedListener(Consumer<GeoMap.LayerAddedEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new layer added listener.
- addLayerAddedListener(Consumer<GeoMap.LayerAddedEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addLayerRemovedListener(Consumer<GeoMap.LayerRemovedEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new layer removed listener.
- addLayerRemovedListener(Consumer<GeoMap.LayerRemovedEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addLayerRemovedListener(LayerRemovedListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Layer
-
- addLoadingListener(LoadingListener) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayer
-
Adds loading listener to the layer.
- addLoadingListener(LeafletLoadingListener) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- addLoadListener(LoadListener) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayer
-
Adds load listener to the layer.
- addLoadListener(LeafletLoadListener) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- addLocateListener(LeafletLocateListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addLocationErrorListener(LocationErrorListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
Adds location error listener to map.
- addLocationFoundListener(LocationFoundListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
Adds location found listener to map.
- addMarkerClusterClickListener(MarkerClusterClickListener) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- addModifiedListener(Consumer<CanvasLayer.Point.ModifiedEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
Registers a new point modified (drag end) listener.
- addModifiedListener(Consumer<CanvasLayer.Polygon.ModifiedEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
Registers a new polygon modified listener.
- addModifiedListener(Consumer<CanvasLayer.Polyline.ModifiedEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
Registers a new polyline modified listener.
- addMouseOutListener(LeafletMouseOutListener) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletLayer
-
- addMouseOutListener(MouseOutListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Layer
-
- addMouseOverListener(LeafletMouseOverListener) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletLayer
-
- addMouseOverListener(MouseOverListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Layer
-
- addMoveEndListener(Consumer<GeoMap.MoveEndEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new move end listener.
- addMoveEndListener(Consumer<GeoMap.MoveEndEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addMoveEndListener(MoveEndListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addMoveEndListener(LeafletMoveEndListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addOverlay(Layer, String) - Method in class io.jmix.mapsui.widget.leaflet.client.control.Layers
-
- addOverlay(LeafletLayer, String) - Method in class io.jmix.mapsui.widget.leaflet.control.LLayers
-
- addOverlay(LeafletLayer, String) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addOverlayAddListener(OverlayAddListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addOverlayAddListener(LeafletOverlayAddListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addOverlayRemoveListener(OverlayRemoveListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addOverlayRemoveListener(LeafletOverlayRemoveListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- addPoint(Point) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Adds a JTS point to the canvas.
- addPointClickListener(Consumer<CanvasLayer.Point.ClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new point click listener.
- addPointModifiedListener(Consumer<CanvasLayer.Point.ModifiedEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new point modified (drag end) listener.
- addPointRightClickListener(Consumer<CanvasLayer.Point.RightClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new point right click listener.
- addPolygon(Polygon) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Adds a JTS polygon to the canvas.
- addPolygonClickListener(Consumer<CanvasLayer.Polygon.ClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new polygon click listener.
- addPolygonModifiedEvent(Consumer<CanvasLayer.Polygon.ModifiedEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new polygon modified listener.
- addPolygonRightClickListener(Consumer<CanvasLayer.Polygon.RightClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new polygon right click listener.
- addPolyline(LineString) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Adds a JTS linestring to the canvas.
- addPolylineClickListener(Consumer<CanvasLayer.Polyline.ClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new polyline click listener.
- addPolylineModifiedEvent(Consumer<CanvasLayer.Polyline.ModifiedEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new polyline modified listener.
- addPolylineRightClickListener(Consumer<CanvasLayer.Polyline.RightClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer
-
Registers a new polyline right click listener.
- addRightClickListener(Consumer<CanvasLayer.Point.RightClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
Registers a new point right click listener.
- addRightClickListener(Consumer<CanvasLayer.Polygon.RightClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
Registers a new polygon right click listener.
- addRightClickListener(Consumer<CanvasLayer.Polyline.RightClickEvent>) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
Registers a new polyline right click listener.
- addRightClickListener(Consumer<GeoMap.RightClickEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new right click listener.
- addRightClickListener(Consumer<GeoMap.RightClickEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addSelectedItemChangeListener(Consumer<VectorLayerItems.SelectedItemChangeEvent<E>>) - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- addSelectedItemChangeListener(Consumer<VectorLayerItems.SelectedItemChangeEvent<E>>) - Method in interface io.jmix.mapsui.component.data.VectorLayerItems
-
Registers a new selected item change listener.
- addSelectedLayerChangedListener(Consumer<GeoMap.SelectedLayerChangedEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new selected layer changed listener.
- addSelectedLayerChangedListener(Consumer<GeoMap.SelectedLayerChangedEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addStateChangeListener(Consumer<DataUnit.StateChangeEvent>) - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- addTo(Map) - Method in class io.jmix.mapsui.widget.leaflet.client.DivOverlay
-
- addToParent(Layer) - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- addZoomEndListener(Consumer<GeoMap.ZoomEndEvent>) - Method in interface io.jmix.mapsui.component.GeoMap
-
Registers a new zoom end listener.
- addZoomEndListener(Consumer<GeoMap.ZoomEndEvent>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- addZoomEndListener(ZoomEndListener) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- addZoomEndListener(LeafletZoomEndListener) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- alt - Variable in class io.jmix.mapsui.widget.leaflet.shared.LeafletImageOverlayState
-
- animateAddingMarkers - Variable in class io.jmix.mapsui.widget.leaflet.markercluster.client.LeafletMarkerClusterState
-
- AnimationEndListener - Interface in io.jmix.mapsui.widget.leaflet.client
-
- AnimationEndServerRpc - Interface in io.jmix.mapsui.widget.leaflet.markercluster.shared
-
- AnyIcon - Interface in io.jmix.mapsui.widget.leaflet.client
-
- applyLineStringStyle(AbstractLeafletVector, PolylineStyle) - Static method in class io.jmix.mapsui.component.LeafletComponentsHelper
-
Applies a polyline style to a leaflet polyline.
- applyPointStyle(LMarker, PointStyle) - Static method in class io.jmix.mapsui.component.LeafletComponentsHelper
-
Applies a point style to a leaflet marker.
- applyPolygonStyle(LPolygon, PolygonStyle) - Static method in class io.jmix.mapsui.component.LeafletComponentsHelper
-
Applies a polygon style to a leaflet polygon.
- applyWeightForPoint(GeoObjectWrapper<?>) - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
Applies weight value for a point (if the weight property is specified in the clustering options).
- asJson() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.BasicMap
-
- asJson() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.PointArray
-
- asJson() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.PointMultiArray
-
- asJson() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- Attribution - Class in io.jmix.mapsui.widget.leaflet.client.control
-
- Attribution() - Constructor for class io.jmix.mapsui.widget.leaflet.client.control.Attribution
-
- attribution - Variable in class io.jmix.mapsui.widget.leaflet.shared.LeafletImageOverlayState
-
- attributionPrefix - Variable in class io.jmix.mapsui.widget.leaflet.shared.LeafletMapState
-
- attributionString - Variable in class io.jmix.mapsui.widget.leaflet.shared.LeafletGridLayerState
-
- autoClose - Variable in class io.jmix.mapsui.widget.leaflet.shared.PopupState
-
- autoPan - Variable in class io.jmix.mapsui.widget.leaflet.shared.PopupState
-
- autoPanPadding - Variable in class io.jmix.mapsui.widget.leaflet.shared.PopupState
-
- geMessage() - Method in class io.jmix.mapsui.widget.leaflet.client.ErrorEvent
-
- GeoImage - Class in io.jmix.mapsui.component.layer
-
- GeoImage(Resource) - Constructor for class io.jmix.mapsui.component.layer.GeoImage
-
Creates a geo-image using the given Resource
.
- GeoJSON - Class in io.jmix.mapsui.widget.leaflet.client
-
- GeoJSON() - Constructor for class io.jmix.mapsui.widget.leaflet.client.GeoJSON
-
- GeoMap - Interface in io.jmix.mapsui.component
-
UI component that displays a geographical data provided by
Layer
s.
- geoMap() - Method in class io.jmix.mapsui.MapsUiConfiguration
-
- GeoMap.Bounds - Interface in io.jmix.mapsui.component
-
Represents the viewing area of the map.
- GeoMap.ClickEvent - Class in io.jmix.mapsui.component
-
An event that is fired after click on a map.
- GeoMap.DragEndEvent - Class in io.jmix.mapsui.component
-
An event that is fired after dragging the map.
- GeoMap.LayerAddedEvent - Class in io.jmix.mapsui.component
-
An event that is fired after adding a layer on a map.
- GeoMap.LayerRemovedEvent - Class in io.jmix.mapsui.component
-
An event that is fired after removing a layer from a map.
- GeoMap.MoveEndEvent - Class in io.jmix.mapsui.component
-
An event that is fired after changing the map's viewing area, i.e.
- GeoMap.RightClickEvent - Class in io.jmix.mapsui.component
-
An event that is fired after right click on a map.
- GeoMap.SelectedLayerChangedEvent - Class in io.jmix.mapsui.component
-
An event that is fired after changing the map's selected layer.
- GeoMap.ZoomEndEvent - Class in io.jmix.mapsui.component
-
An event that is fired after zooming the map.
- GeoMapImpl - Class in io.jmix.mapsui.component
-
UI component that displays a geographical data provided by layers.
- GeoMapImpl() - Constructor for class io.jmix.mapsui.component.GeoMapImpl
-
- GeoMapLoader - Class in io.jmix.mapsui.loader
-
- GeoMapLoader() - Constructor for class io.jmix.mapsui.loader.GeoMapLoader
-
- Geometry - Annotation Type in io.jmix.maps
-
Indicates that a meta property marked by this annotation contains geo-specific data,
which is used while displaying an entity on a map.
- GeometryChangeEvent(VectorLayerItems, E, String, Object, Object) - Constructor for class io.jmix.mapsui.component.data.VectorLayerItems.GeometryChangeEvent
-
- geometryjson - Variable in class io.jmix.mapsui.widget.leaflet.shared.LeafletPolylineState
-
- GeometryPropertiesResolver - Interface in io.jmix.maps
-
Component used to find MetaProperties having
Geometry
annotation
in a given MetaClass.
- GeometryPropertiesResolverImpl - Class in io.jmix.maps
-
- GeometryPropertiesResolverImpl() - Constructor for class io.jmix.maps.GeometryPropertiesResolverImpl
-
- GeometryStyle - Class in io.jmix.mapsui.component.layer.style
-
Class representing style parameters for a geometry.
- GeometryStyle() - Constructor for class io.jmix.mapsui.component.layer.style.GeometryStyle
-
- GeometryStyles - Class in io.jmix.mapsui.component.layer.style
-
- GeometryStyles() - Constructor for class io.jmix.mapsui.component.layer.style.GeometryStyles
-
- GeometryStyles.PointStyleBuilder - Class in io.jmix.mapsui.component.layer.style
-
- GeometryUtils - Class in io.jmix.maps.utils
-
Utility class containing methods connected with JTS library.
- GeoObjectClickEvent(Object, T, MouseEventDetails) - Constructor for class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectClickEvent
-
- geoObjectKey(Object) - Static method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- GeoObjectSelectedEvent(Object, T, T) - Constructor for class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectSelectedEvent
-
- GeoObjectWrapper<T> - Class in io.jmix.mapsui.component.leaflet.translators
-
Wrapper containing the underlying leaflet component corresponding to the geo-object.
- GeoObjectWrapper(T, String) - Constructor for class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- GeoType - Enum in io.jmix.maps
-
- getAccuracy() - Method in class io.jmix.mapsui.widget.leaflet.client.LocationEvent
-
- getAccuracy() - Method in class io.jmix.mapsui.widget.leaflet.LeafletLocateEvent
-
- getAllChildMarkers() - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerCluster
-
- getAlt() - Method in class io.jmix.mapsui.widget.leaflet.heat.Point3D
-
- getAltitude(Coordinate) - Static method in class io.jmix.maps.utils.GeometryUtils
-
Returns double value of the altitude of the JTS's Coordinate
.
- getAltitude() - Method in class io.jmix.mapsui.widget.leaflet.client.LocationEvent
-
- getAltitude() - Method in class io.jmix.mapsui.widget.leaflet.LeafletLocateEvent
-
- getAttributionControl() - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- getAttributionPrefix() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getAttributionString() - Method in class io.jmix.mapsui.component.layer.OSMTileProvider
-
- getAttributionString() - Method in class io.jmix.mapsui.component.layer.TileLayer
-
Returns attribution string.
- getAttributionString() - Method in interface io.jmix.mapsui.component.layer.TileProvider
-
Returns attribution string.
- getAttributionString() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getBlur() - Method in class io.jmix.mapsui.component.HeatMapOptions
-
- getBottomRight() - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Returns the bottom right (SouthEast) point of an image.
- getBounds() - Method in class io.jmix.mapsui.component.GeoMap.DragEndEvent
-
- getBounds() - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns the bounds of the map which define the viewport of the map.
- getBounds() - Method in class io.jmix.mapsui.component.GeoMap.MoveEndEvent
-
- getBounds() - Method in class io.jmix.mapsui.component.GeoMap.ZoomEndEvent
-
- getBounds() - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractPath
-
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.LeafletDragEndEvent
-
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.LeafletMoveEndEvent
-
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.LeafletZoomEndEvent
-
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Gets the bounds of the maps "viewport".
- getBounds() - Method in class io.jmix.mapsui.widget.leaflet.LRectangle
-
- getBounds(Geometry) - Static method in class io.jmix.mapsui.widget.leaflet.util.JTSUtil
-
- getCanvas() - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns the canvas layer of the map.
- getCanvas() - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.ClickEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.ModifiedEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.RightClickEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.ClickEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.ModifiedEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.RightClickEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.ClickEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.ModifiedEvent
-
- getCanvasLayer() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.RightClickEvent
-
- getCenter() - Method in class io.jmix.mapsui.component.GeoMap.DragEndEvent
-
- getCenter() - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns current geographic center of the map.
- getCenter() - Method in class io.jmix.mapsui.component.GeoMap.MoveEndEvent
-
- getCenter() - Method in class io.jmix.mapsui.component.GeoMap.ZoomEndEvent
-
- getCenter() - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getCenter() - Method in class io.jmix.mapsui.widget.leaflet.client.LatLngBounds
-
- getCenter() - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- getCenter() - Method in class io.jmix.mapsui.widget.leaflet.LeafletDragEndEvent
-
- getCenter() - Method in class io.jmix.mapsui.widget.leaflet.LeafletMoveEndEvent
-
- getCenter() - Method in class io.jmix.mapsui.widget.leaflet.LeafletZoomEndEvent
-
- getCenter() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getCenter() - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- getChangedParameters() - Method in class io.jmix.mapsui.component.layer.event.LayerChangedEvent
-
- getChanges() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.ItemSetChangeEvent
-
Returns changed items.
- getChangeType() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.ItemSetChangeEvent
-
Returns the type of change.
- getChildComponents() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletLayerGroupConnector
-
- getClassName() - Method in class io.jmix.mapsui.widget.leaflet.client.DivIconOptions
-
- getClassName() - Method in class io.jmix.mapsui.widget.leaflet.client.IconOptions
-
- getClientX() - Method in class io.jmix.mapsui.widget.leaflet.LeafletClickEvent
-
- getClientY() - Method in class io.jmix.mapsui.widget.leaflet.LeafletClickEvent
-
- getClusteringOptions() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- getCode() - Method in class io.jmix.mapsui.widget.leaflet.client.ErrorEvent
-
- getColor() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getComponentCount() - Method in class io.jmix.mapsui.widget.leaflet.LLayerGroup
-
- getComponentCount() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getConnectorFor(Layer) - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletFeatureGroupConnector
-
- getContainerPoint() - Method in class io.jmix.mapsui.widget.leaflet.client.MouseEvent
-
- getContent() - Method in class io.jmix.mapsui.component.PopupWindow
-
Returns the content of the popup window
- getContent() - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletDivOverlay
-
- getContentBounds() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getContentNode() - Method in class io.jmix.mapsui.widget.leaflet.client.Popup
-
- getControl() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractControlConnector
-
- getControl() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletAttributionConnector
-
- getCoordinatesArray() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletPolylineConnector
-
- getCoordinatesTwoDimArray() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletPolygonConnector
-
- getCrs() - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Returns
CRS
used in the WMS.
- getCrs() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getCrs() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getCustomOptions() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getDashArray() - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
- getDashArray() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getDataContainer() - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Returns a data container which is used to obtain the heatmap points.
- getDataDelegate() - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Returns a function which will be used to load a map of points and their intensity values.
- getDefaultMarkerDirectory() - Method in class io.jmix.mapsui.widget.leaflet.client.resources.LeafletResourceInjector
-
- getDeletedFeature() - Method in class io.jmix.mapsui.widget.leaflet.editable.FeatureDeletedEvent
-
- getDetectRetina() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getDirection() - Method in class io.jmix.mapsui.component.TooltipOptions
-
- getDisableClusteringAtZoom() - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- getDrawnFeature() - Method in class io.jmix.mapsui.widget.leaflet.editable.FeatureDrawnEvent
-
- getEntity() - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- getEntityMetaClass() - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- getEventHub() - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getEventHub(VectorLayer<?>) - Static method in class io.jmix.mapsui.component.layer.LayerUtils
-
- getEventHub() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- getExteriorRing() - Method in class io.jmix.mapsui.widget.leaflet.client.Polygon
-
- getFeature() - Method in class io.jmix.mapsui.widget.leaflet.client.EditableConnector
-
- getFill() - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- getFill() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getFillColor() - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- getFillColor() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getFillOpacity() - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- getFillOpacity() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getFormat() - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Returns format for the map output.
- getFormat() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getGeoImage() - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Returns a geo-image of the layer.
- getGeoImageDelegate() - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Returns a function which will be used to load geo-image of the layer.
- getGeometry() - Method in interface io.jmix.mapsui.component.CanvasLayer.Geometry
-
Returns a JTS geometry.
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.ClickEvent
-
- getGeometry() - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
Returns a JTS point.
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.ModifiedEvent
-
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.RightClickEvent
-
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.ClickEvent
-
- getGeometry() - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
Returns a JTS polygon.
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.ModifiedEvent
-
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.RightClickEvent
-
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.ClickEvent
-
- getGeometry() - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
Returns a JTS linestring.
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.ModifiedEvent
-
- getGeometry() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.RightClickEvent
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- getGeometry() - Method in interface io.jmix.mapsui.widget.leaflet.LeafletLayer
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LImageOverlay
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LLayerGroup
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LPopup
-
- getGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- getGeometryFactory() - Static method in class io.jmix.maps.utils.GeometryUtils
-
Creates a GeometryFactory
having EPSG4326 spatial-reference ID.
- getGeometryProperties(MetaClass) - Method in interface io.jmix.maps.GeometryPropertiesResolver
-
Returns a collection of MetaProperties corresponding to the fields
annotated with
Geometry
in the entity's MetaClass.
- getGeometryProperties(MetaClass) - Method in class io.jmix.maps.GeometryPropertiesResolverImpl
-
- getGeometryProperty(MetaClass) - Method in interface io.jmix.maps.GeometryPropertiesResolver
-
Returns a single MetaProperty corresponding to the field
annotated with
Geometry
in the entity's MetaClass.
- getGeometryProperty(MetaClass) - Method in class io.jmix.maps.GeometryPropertiesResolverImpl
-
- getGeoObjects() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Returns an unmodifiable collection of the geo-objects belonging to the layer.
- getGeoObjectsProvider() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Returns the geo-objects provider
- getGeoObjectWrappersMap(VectorLayer<T>) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
Returns a map of pairs [geo-object ID: geoObjectWrapper] for geo-objects of the given vector layer.
- getGeoObjectWrappersMap() - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- getGeoType() - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- getGradient() - Method in class io.jmix.mapsui.component.HeatMapOptions
-
- getHeading() - Method in class io.jmix.mapsui.widget.leaflet.client.LocationEvent
-
- getHoles() - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- getIcon() - Method in class io.jmix.mapsui.component.layer.style.DivPointIcon
-
- getIconAnchor() - Method in class io.jmix.mapsui.component.layer.style.AbstractCustomPointIcon
-
- getIconAnchor() - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
- getIconPathFillColor() - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
Returns string representing rgb code of the icon's path fill color.
- getIconPathStrokeColor() - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
Returns string representing rgb code of the icon's path stroke color.
- getIconResource() - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
- getIconResource() - Method in class io.jmix.mapsui.component.layer.style.ImagePointIcon
-
- getIconSize() - Method in class io.jmix.mapsui.component.layer.style.AbstractCustomPointIcon
-
- getIconTextFillColor() - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
Returns string representing rgb code of the icon's inner font symbol fill color.
- getId() - Method in enum io.jmix.maps.CRS
-
Return numeric ID of the CRS, omitting 'EPSG' prefix.
- getId() - Method in interface io.jmix.mapsui.component.layer.Layer
-
- getImageResource() - Method in class io.jmix.mapsui.component.layer.GeoImage
-
Returns an image resource.
- getIntensityProperty() - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Returns a property which value defines the intensity of the point on a heatmap.
- getInteractive() - Method in class io.jmix.mapsui.component.TooltipOptions
-
- getItem() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.GeometryChangeEvent
-
- getItem() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.SelectedItemChangeEvent
-
- getItem() - Method in class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectClickEvent
-
- getItem() - Method in class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectSelectedEvent
-
- getItems() - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- getItems() - Method in interface io.jmix.mapsui.component.data.VectorLayerItems
-
- getJson() - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterClickEvent
-
- getLat() - Method in class io.jmix.mapsui.widget.leaflet.shared.Point
-
- getLatitude(Coordinate) - Static method in class io.jmix.maps.utils.GeometryUtils
-
Returns double value of the latitude of the JTS's Coordinate
.
- getLatitude() - Method in class io.jmix.mapsui.widget.leaflet.client.LatLng
-
- getLatLng() - Method in class io.jmix.mapsui.widget.leaflet.client.CircleMarker
-
- getLatLng() - Method in class io.jmix.mapsui.widget.leaflet.client.LocationEvent
-
- getLatLng() - Method in class io.jmix.mapsui.widget.leaflet.client.Marker
-
- getLatLng() - Method in class io.jmix.mapsui.widget.leaflet.client.MouseEvent
-
- getLatLngBounds() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletRectangleConnector
-
- getLatLngBounds() - Method in class io.jmix.mapsui.widget.leaflet.client.LocationEvent
-
- getLatLngs() - Method in class io.jmix.mapsui.widget.leaflet.client.Polyline
-
- getLatLonPair() - Method in class io.jmix.mapsui.widget.leaflet.heat.Point3D
-
- getLatLonPair() - Method in class io.jmix.mapsui.widget.leaflet.shared.Point
-
- getLayer(String) - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns a layer by its ID.
- getLayer() - Method in class io.jmix.mapsui.component.GeoMap.LayerAddedEvent
-
- getLayer() - Method in class io.jmix.mapsui.component.GeoMap.LayerRemovedEvent
-
- getLayer() - Method in class io.jmix.mapsui.component.GeoMap.SelectedLayerChangedEvent
-
- getLayer(String) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LayerCreatedEvent
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LayersControlEvent
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletCircleConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletCircleMarkerConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletGridLayerConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletImageOverlayConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletLayerGroupConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMarkerConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletPolylineConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletRectangleConnector
-
- getLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.LHeatLayerConnector
-
- getLayerOrNull(String) - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns a layer by its ID, or null
if the map does not contain a layer with the given ID.
- getLayerOrNull(String) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getLayerPoint() - Method in class io.jmix.mapsui.widget.leaflet.client.MouseEvent
-
- getLayers() - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns the list of layers currently added to the map.
- getLayers() - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getLayers() - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Returns layers to display on a map.
- getLayers() - Method in class io.jmix.mapsui.widget.leaflet.client.LayerGroup
-
- getLayers() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getLayersControl() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getLeafletComponent() - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- getLeafletLayer() - Method in interface io.jmix.mapsui.component.leaflet.LeafletLayerHolder
-
- getLeafletLayer() - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- getLeafletLayerHolder(Layer) - Method in interface io.jmix.mapsui.component.leaflet.LeafletLayerHolderProvider
-
Returns an instance of
LeafletLayerHolder
, containing
Leaflet representation of the given layer.
- getLeafletLayerHolder(Layer) - Method in class io.jmix.mapsui.component.leaflet.LeafletLayerHolderProviderImpl
-
- getLeafletMapConnector() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- getLeafletMapConnector() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletPopupConnector
-
- getLength() - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerCluster
-
- getLineCap() - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
- getLineCap() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getLineJoin() - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
- getLineJoin() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getLon() - Method in class io.jmix.mapsui.widget.leaflet.shared.Point
-
- getLongitude(Coordinate) - Static method in class io.jmix.maps.utils.GeometryUtils
-
Returns double value of the longitude of the JTS's Coordinate
.
- getLongitude() - Method in class io.jmix.mapsui.widget.leaflet.client.LatLng
-
- getMap() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractControlConnector
-
- getMap() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- getMap() - Method in class io.jmix.mapsui.widget.leaflet.client.EditableMapConnector
-
- getMap() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMapConnector
-
- getMap() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletPopupConnector
-
- getMapPixelPosition() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- getMapPixelPosition() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMapConnector
-
- getMaximumIntensity() - Method in class io.jmix.mapsui.component.HeatMapOptions
-
- getMaxNativeZoom() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getMaxWidth() - Method in class io.jmix.mapsui.component.PopupWindowOptions
-
Returns max width of the popup, in pixels.
- getMaxX() - Method in interface io.jmix.mapsui.component.GeoMap.Bounds
-
Returns maximum X coordinate of the map's viewport.
- getMaxY() - Method in interface io.jmix.mapsui.component.GeoMap.Bounds
-
Returns maximum X coordinate of the map's viewport.
- getMaxZoom() - Method in class io.jmix.mapsui.component.HeatMapOptions
-
- getMaxZoom() - Method in interface io.jmix.mapsui.component.layer.Layer
-
Returns maximum layer zoom level.
- getMaxZoom() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getMinNativeZoom() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getMinOpacity() - Method in class io.jmix.mapsui.component.HeatMapOptions
-
- getMinWidth() - Method in class io.jmix.mapsui.component.PopupWindowOptions
-
Returns min width of the popup, in pixels.
- getMinX() - Method in interface io.jmix.mapsui.component.GeoMap.Bounds
-
Returns minimum X coordinate of the map's viewport.
- getMinY() - Method in interface io.jmix.mapsui.component.GeoMap.Bounds
-
Returns minimum Y coordinate of the map's viewport.
- getMinZoom() - Method in interface io.jmix.mapsui.component.layer.Layer
-
Returns minimum layer zoom level.
- getMinZoom() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getModifiedFeature() - Method in class io.jmix.mapsui.widget.leaflet.editable.FeatureModifiedEvent
-
- getMouseEvent() - Method in class io.jmix.mapsui.widget.leaflet.LeafletClickEvent
-
- getMouseEventDetails() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.ClickEvent
-
- getMouseEventDetails() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.RightClickEvent
-
- getMouseEventDetails() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.ClickEvent
-
- getMouseEventDetails() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.RightClickEvent
-
- getMouseEventDetails() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.ClickEvent
-
- getMouseEventDetails() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.RightClickEvent
-
- getMouseEventDetails() - Method in class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectClickEvent
-
- getName() - Method in class io.jmix.mapsui.widget.leaflet.client.LayersControlEvent
-
- getName() - Method in class io.jmix.mapsui.widget.leaflet.LeafletBaseLayerChangeEvent
-
- getName() - Method in class io.jmix.mapsui.widget.leaflet.LeafletOverlayAddEvent
-
- getName() - Method in class io.jmix.mapsui.widget.leaflet.LeafletOverlayRemoveEvent
-
- getName() - Method in class io.jmix.mapsui.widget.leaflet.shared.Crs
-
- getNativeEvent() - Method in class io.jmix.mapsui.widget.leaflet.client.MouseEvent
-
- getNewFeatureLayer() - Method in class io.jmix.mapsui.widget.leaflet.client.EditableMap
-
- getNorthEast() - Method in interface io.jmix.mapsui.component.GeoMap.Bounds
-
Returns geographical point corresponding to the top-right corner of the map.
- getNorthEast() - Method in class io.jmix.mapsui.widget.leaflet.client.LatLngBounds
-
- getNorthEastLat() - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- getNorthEastLon() - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- getNoWrap() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getOpacity() - Method in class io.jmix.mapsui.component.layer.RasterLayer
-
Returns layer opacity value.
- getOpacity() - Method in class io.jmix.mapsui.component.TooltipOptions
-
- getOpacity() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getOpacity() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getOptions() - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Returns heatmap options.
- getParent() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractControlConnector
-
- getParent() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- getPermanent() - Method in class io.jmix.mapsui.component.TooltipOptions
-
- getPoint() - Method in class io.jmix.mapsui.component.GeoMap.ClickEvent
-
- getPoint() - Method in class io.jmix.mapsui.component.GeoMap.RightClickEvent
-
- getPoint() - Method in class io.jmix.mapsui.component.PopupWindow
-
Returns the geographical point of the popup window.
- getPoint() - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletDivOverlay
-
- getPoint() - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- getPoint() - Method in class io.jmix.mapsui.widget.leaflet.LeafletClickEvent
-
- getPoint() - Method in class io.jmix.mapsui.widget.leaflet.LeafletLocateEvent
-
- getPoint() - Method in class io.jmix.mapsui.widget.leaflet.LeafletMouseOutEvent
-
- getPoint() - Method in class io.jmix.mapsui.widget.leaflet.LeafletMouseOverEvent
-
- getPoint() - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- getPoints() - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- getPoints() - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- getPopupAnchor() - Method in class io.jmix.mapsui.component.layer.style.AbstractCustomPointIcon
-
- getPopupContentProvider() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Returns the popup content provider.
- getPopupState(PopupWindowOptions) - Static method in class io.jmix.mapsui.component.LeafletComponentsHelper
-
Translates popup window options to a shared state object.
- getPopupState() - Method in class io.jmix.mapsui.widget.leaflet.LPopup
-
- getPopupWindowOptions() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Returns style parameters for bound popups.
- getPopupWindowOptions() - Method in class io.jmix.mapsui.component.PopupWindow
-
- getPosition() - Method in class io.jmix.mapsui.widget.leaflet.control.AbstractControl
-
- getPrevItem() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.SelectedItemChangeEvent
-
- getPrevItem() - Method in class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectSelectedEvent
-
- getPrevLayer() - Method in class io.jmix.mapsui.component.GeoMap.SelectedLayerChangedEvent
-
- getPrevValue() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.GeometryChangeEvent
-
- getProperty() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.GeometryChangeEvent
-
- getRadius() - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- getRadius() - Method in class io.jmix.mapsui.component.HeatMapOptions
-
- getRadius() - Method in class io.jmix.mapsui.widget.leaflet.client.CircleMarker
-
- getRadius() - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- getRawLatLngs() - Method in class io.jmix.mapsui.widget.leaflet.client.Polygon
-
- getRawLatLngs() - Method in class io.jmix.mapsui.widget.leaflet.client.Polyline
-
- getRawLayers() - Method in class io.jmix.mapsui.widget.leaflet.client.LayerGroup
-
- getRelativeX() - Method in class io.jmix.mapsui.widget.leaflet.LeafletClickEvent
-
- getRelativeY() - Method in class io.jmix.mapsui.widget.leaflet.LeafletClickEvent
-
- getSelectedGeoObject() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Returns the selected geo-object of the layer.
- getSelectedItem() - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- getSelectedItem() - Method in interface io.jmix.mapsui.component.data.VectorLayerItems
-
- getSelectedLayer() - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns the selected layer of the map.
- getSelectedLayer() - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.ClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.ModifiedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Point.RightClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.ClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.ModifiedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Polygon.RightClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.ClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.ModifiedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.CanvasLayer.Polyline.RightClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.GeometryChangeEvent
-
- getSource() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.SelectedItemChangeEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.ClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.DragEndEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.LayerAddedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.LayerRemovedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.MoveEndEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.RightClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.SelectedLayerChangedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.GeoMap.ZoomEndEvent
-
- getSource() - Method in class io.jmix.mapsui.component.layer.event.LayerChangedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectClickEvent
-
- getSource() - Method in class io.jmix.mapsui.component.layer.VectorLayer.GeoObjectSelectedEvent
-
- getSource() - Method in class io.jmix.mapsui.component.leaflet.event.LeafletLayerHolderChangedEvent
-
- getSouthWest() - Method in interface io.jmix.mapsui.component.GeoMap.Bounds
-
Returns geographical point corresponding to the bottom-left corner of the map.
- getSouthWest() - Method in class io.jmix.mapsui.widget.leaflet.client.LatLngBounds
-
- getSouthWestLat() - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- getSouthWestLon() - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- getSpeed() - Method in class io.jmix.mapsui.widget.leaflet.client.LocationEvent
-
- getSpeed() - Method in class io.jmix.mapsui.widget.leaflet.LeafletLocateEvent
-
- getState() - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletDivOverlay
-
- getState(boolean) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletDivOverlay
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletLayer
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractControlConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletVectorConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletAttributionConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletGridLayerConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletImageOverlayConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletLayerGroupConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletLayersConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMapConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMarkerClusterConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMarkerConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletPopupConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletRectangleConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletScaleConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletTileLayerConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletTooltipConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletWmsLayerConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.client.LHeatLayerConnector
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.control.AbstractControl
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.control.LAttribution
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.control.LLayers
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.control.LScale
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- getState(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LImageOverlay
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LLayerGroup
-
- getState(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LPopup
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LRectangle
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getState() - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- getSticky() - Method in class io.jmix.mapsui.component.TooltipOptions
-
- getStroke() - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- getStroke() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getStrokeColor() - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
- getStrokeOpacity() - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
- getStrokeWeight() - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
- getStyle() - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- getStyleProvider() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Returns the geo-objects style provider.
- getStyles() - Method in class io.jmix.mapsui.component.layer.style.DivPointIcon
-
- getStyles() - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Returns comma-separated list of WMS styles.
- getStyles() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getSubDomains() - Method in class io.jmix.mapsui.component.layer.TileLayer
-
Returns explicitly defined subdomain values for the url pattern.
- getSubDomains() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getSubPart(String) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getTarget() - Method in class io.jmix.mapsui.widget.leaflet.client.Event
-
- getTimestamp() - Method in class io.jmix.mapsui.widget.leaflet.client.LocationEvent
-
- getTms() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getTooltipContentProvider() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- getTooltipOptions() - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- getTooltipState(TooltipOptions) - Static method in class io.jmix.mapsui.component.LeafletComponentsHelper
-
Translates tooltip options to a shared state object.
- getTooltipState() - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- getTopLeft() - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Returns the top left (NorthWest) point of an image.
- getTransparent() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getType() - Method in class io.jmix.mapsui.widget.leaflet.client.Event
-
- getUrl() - Method in class io.jmix.mapsui.component.layer.TileLayer
-
Returns URL of a service.
- getUrl() - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- getUrlPattern() - Method in class io.jmix.mapsui.component.layer.OSMTileProvider
-
- getUrlPattern() - Method in interface io.jmix.mapsui.component.layer.TileProvider
-
Returns URL pattern of a tile server.
- getValue() - Method in class io.jmix.mapsui.component.data.VectorLayerItems.GeometryChangeEvent
-
- getVector() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletVectorConnector
-
- getVectorLayer() - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- getVersion() - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Returns service version.
- getVersion() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getViewparams() - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- getWeight() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- getWeightProperty() - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- getWidget() - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector
-
- getWidget() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMapConnector
-
- getWidget() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletPopupConnector
-
- getWidget() - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletTooltipConnector
-
- getX() - Method in class io.jmix.mapsui.widget.leaflet.client.Point
-
- getY() - Method in class io.jmix.mapsui.widget.leaflet.client.Point
-
- getZindex() - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- getZoom() - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- getZoomControl() - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- getZoomControl() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- getZoomLevel() - Method in interface io.jmix.mapsui.component.GeoMap
-
Returns current map zoom level.
- getZoomLevel() - Method in class io.jmix.mapsui.component.GeoMap.MoveEndEvent
-
- getZoomLevel() - Method in class io.jmix.mapsui.component.GeoMap.ZoomEndEvent
-
- getZoomLevel() - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- getZoomLevel() - Method in class io.jmix.mapsui.widget.leaflet.LeafletMoveEndEvent
-
- getZoomLevel() - Method in class io.jmix.mapsui.widget.leaflet.LeafletZoomEndEvent
-
- getZoomLevel() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- GridLayer - Class in io.jmix.mapsui.widget.leaflet.client
-
- GridLayer() - Constructor for class io.jmix.mapsui.widget.leaflet.client.GridLayer
-
- GridLayerOptions - Class in io.jmix.mapsui.widget.leaflet.client
-
- GridLayerOptions() - Constructor for class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- gridLayerServerRpc - Variable in class io.jmix.mapsui.widget.leaflet.client.LeafletGridLayerConnector
-
- sanitize() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.PointArray
-
- sanitize() - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.PointMultiArray
-
- sanitizeGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
Removes all null values from the geometry.
- sanitizeGeometry() - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
Removes all null values from the geometry.
- Scale - Class in io.jmix.mapsui.widget.leaflet.client.control
-
- Scale() - Constructor for class io.jmix.mapsui.widget.leaflet.client.control.Scale
-
- ScaleOptions - Class in io.jmix.mapsui.widget.leaflet.client.control
-
- ScaleOptions() - Constructor for class io.jmix.mapsui.widget.leaflet.client.control.ScaleOptions
-
- scrollWheelZoom - Variable in class io.jmix.mapsui.widget.leaflet.shared.LeafletMapState
-
- select() - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- SelectedItemChangeEvent(Object, E, E) - Constructor for class io.jmix.mapsui.component.data.VectorLayerItems.SelectedItemChangeEvent
-
- SelectedLayerChangedEvent(Object, Layer, Layer) - Constructor for class io.jmix.mapsui.component.GeoMap.SelectedLayerChangedEvent
-
- selectLayer(Layer) - Method in interface io.jmix.mapsui.component.GeoMap
-
Sets the selected (i.e.
- selectLayer(Layer) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- selectLayerById(String) - Method in interface io.jmix.mapsui.component.GeoMap
-
Sets the selected (i.e.
- SERVICE_NAME - Static variable in class io.jmix.mapsui.component.layer.WMSTileLayer
-
- setActive(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletLayer
-
- setActive(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.LLayerGroup
-
- setAlt(String) - Method in class io.jmix.mapsui.widget.leaflet.client.ImageOverlayOptions
-
- setAlt(double) - Method in class io.jmix.mapsui.widget.leaflet.heat.Point3D
-
- setAlt(String) - Method in class io.jmix.mapsui.widget.leaflet.LImageOverlay
-
- setAnimateAddingMarkers(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setAnimateAddingMarkers(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setApplicationContext(ApplicationContext) - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- setApplicationContext(ApplicationContext) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- setApplicationContext(ApplicationContext) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- setApplicationContext(ApplicationContext) - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- setAttribution(String) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setAttribution(String) - Method in class io.jmix.mapsui.widget.leaflet.client.ImageOverlayOptions
-
- setAttribution(String) - Method in class io.jmix.mapsui.widget.leaflet.LImageOverlay
-
- setAttributionControl(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setAttributionPrefix(String) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setAttributionString(String) - Method in class io.jmix.mapsui.component.layer.TileLayer
-
Sets attribution string.
- setAttributionString(String) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- setAutoClose(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setAutoPan(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setAutoPanPadding(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setBlur(Double) - Method in class io.jmix.mapsui.component.HeatMapOptions
-
Sets the amount of blur in a point.
- setBlur(double) - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
- setBottomRight(Point) - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Sets the bottom right (SouthEast) point of an image.
- setBounds(LatLngBounds) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setBounds(Bounds) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- setBounds(Bounds) - Method in class io.jmix.mapsui.widget.leaflet.LRectangle
-
- setBoxZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setBoxZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setBoxZoom(boolean) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setBoxZoomEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setBubblingMouseEvents(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setBubblingMouseEvents(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setCenter(double, double) - Method in interface io.jmix.mapsui.component.GeoMap
-
Sets the initial geographic center of the map.
- setCenter(double, double) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
- setCenter(LatLng) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setCenter(double, double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setCenter(Point, Double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setCenter(Point) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setCenter(Point) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setCenter(Bounds) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setCenter(Double, Double, Double) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setChildComponents(List<ComponentConnector>) - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletLayerGroupConnector
-
- setClassName(String) - Method in class io.jmix.mapsui.widget.leaflet.client.DivIconOptions
-
- setClassName(String) - Method in class io.jmix.mapsui.widget.leaflet.client.DivOverlayOptions
-
- setClassName(String) - Method in class io.jmix.mapsui.widget.leaflet.client.IconOptions
-
- setClassName(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setClickable(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setClickable(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setCloseButton(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setCloseButton(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LPopup
-
- setCloseButtonEnabled(boolean) - Method in class io.jmix.mapsui.component.PopupWindowOptions
-
Defines whether close button is enabled in a popup window.
- setCloseOnClick(boolean) - Method in class io.jmix.mapsui.component.PopupWindowOptions
-
Defines whether popup should be closed when user clicks on the map.
- setCloseOnClick(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setCloseOnClick(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LPopup
-
- setClusteringOptions(ClusteringOptions) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- setCollapsed(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.control.LayersOptions
-
- setCollapsed(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.control.LLayers
-
- setColor(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setColor(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setColor(String) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setContent(String) - Method in class io.jmix.mapsui.component.PopupWindow
-
Sets the HTML content of the popup window.
- setContent(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletDivOverlay
-
- setContent(String) - Method in class io.jmix.mapsui.widget.leaflet.client.DivOverlay
-
- setContent(String) - Method in class io.jmix.mapsui.widget.leaflet.LPopup
-
- setContent(String) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setControls(List<Control>) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setCrs(CRS) - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Sets
CRS
to be used in the WMS.
- setCrs(Crs) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setCrs(Crs) - Method in class io.jmix.mapsui.widget.leaflet.client.WmsLayerOptions
-
- setCrs(Crs) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Specify the CRS to use for the whole Map.
- setCrs(Crs) - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
Specify the CRS to use for the layer.
- setCustomCrs(String, String, double, double, double, double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Adds and uses a new Crs definition and makes it immediately available for
use inside a Map.
- setCustomCrs(String, double, double, double, double, double, double, double, double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Adds and uses a new Crs definition and makes it immediately available for
use inside a Map.
- setCustomInitOption(String, boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setCustomOption(String, String) - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
-
Warning, this method may break things, be careful with it, almost like
real JS development.
- setCustomOption(String, double) - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
-
Warning, this method may break things, be careful with it, almost like
real JS development.
- setCustomOption(String, int) - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
-
Warning, this method may break things, be careful with it, almost like
real JS development.
- setCustomOption(String, boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
-
Warning, this method may break things, be careful with it, almost like
real JS development.
- setCustomOption(String, String) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setCustomOptions(Map<String, String>) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setDashArray(String) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- setDashArray(String) - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
Sets the stroke dash-pattern.
- setDashArray(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setDashArray(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setDashArray(String) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setDataContainer(CollectionContainer<?>) - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Sets a data container which will be used to obtain the heatmap points.
- setDataContainer(InstanceContainer<T>) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- setDataDelegate(Function<HeatMapLayer, Map<Point, Double>>) - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Sets a function which will be used to load a map of points and their intensity values.
- setDefaultMarkerIconPath(String) - Static method in class io.jmix.mapsui.widget.leaflet.client.resources.LeafletResourceInjector
-
- setDetectRetina(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.TileLayerOptions
-
- setDetectRetina(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setDirection(String) - Method in class io.jmix.mapsui.component.TooltipOptions
-
Direction where to open the tooltip.
- setDirection(String) - Method in class io.jmix.mapsui.widget.leaflet.client.TooltipOptions
-
- setDirection(String) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setDisableClusteringAtZoom(Integer) - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- setDisableClusteringAtZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setDisableClusteringAtZoom(Integer) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setDivIcon(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setDoubleClickZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setDoubleClickZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setDoubleClickZoom(boolean) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setDoubleClickZoomEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setDraggable(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerOptions
-
- setDraggable(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setDragging(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setDragging(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setDragging(boolean) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setDraggingEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setEditable(boolean) - Method in interface io.jmix.mapsui.component.CanvasLayer.Geometry
-
Sets whether the geometry is to be modifiable on a canvas.
- setEditable(boolean) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
- setEditable(boolean) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
- setEditable(boolean) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
- setEditable(boolean) - Method in interface io.jmix.mapsui.component.layer.Layer
-
Sets whether the layer is to be editable on a map.
- setEditableMap(LEditableMap) - Method in interface io.jmix.mapsui.component.leaflet.LeafletMapAware
-
- setEditableMap(LEditableMap) - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- setEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.EditableFeature
-
- setEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.control.AbstractDefaultControl
-
- setEnableHighAccuracy(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.LocateOptions
-
- setEntity(T) - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- setFill(Boolean) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
Set whether to fill the path with color.
- setFill(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setFill(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setFill(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setFillColor(String) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
Set fill color.
- setFillColor(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setFillColor(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setFillColor(String) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setFillOpacity(Double) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
Set fill opacity.
- setFillOpacity(Double) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setFillOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setFillOpacity(Double) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setFormat(String) - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Formats for the map output.
- setFormat(String) - Method in class io.jmix.mapsui.widget.leaflet.client.WmsLayerOptions
-
- setFormat(String) - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- setGeoImage(GeoImage) - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Sets a geo-image of a layer.
- setGeoImageDelegate(Function<ImageLayer, GeoImage>) - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Sets a function which will be used to load geo-image of the layer.
- setGeometry(Geometry) - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- setGeometry(Polygon) - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- setGeometry(LineString) - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- setGeometryWithoutRepaint(Polygon) - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
Sets the geometry without triggering repaint on the client side.
- setGeometryWithoutRepaint(LineString) - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- setGradient(Map<Double, String>) - Method in class io.jmix.mapsui.component.HeatMapOptions
-
Sets the color gradient config.
- setGradient(HashMap<Double, String>) - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
- setHoles(Point[]...) - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- setHtml(String) - Method in class io.jmix.mapsui.widget.leaflet.client.DivIconOptions
-
- setIcon(AnyIcon) - Method in class io.jmix.mapsui.widget.leaflet.client.Marker
-
- setIcon(AnyIcon) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerOptions
-
- setIcon(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
Sets character that is displayed inside the marker.
- setIconAnchor(double, double) - Method in class io.jmix.mapsui.component.layer.style.AbstractCustomPointIcon
-
Sets the coordinates of the "tip" of the icon in pixels (relative to its top left corner).
- setIconAnchor(double, double) - Method in class io.jmix.mapsui.component.layer.style.DivPointIcon
-
- setIconAnchor(double, double) - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
Sets the coordinates of the "tip" of the icon in pixels (relative to its top left corner).
- setIconAnchor(double, double) - Method in class io.jmix.mapsui.component.layer.style.ImagePointIcon
-
- setIconAnchor(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.DivIconOptions
-
The coordinates of the "tip" of the icon (relative to its top left
corner).
- setIconAnchor(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.IconOptions
-
- setIconAnchor(Point) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setIconCreateFunction(String) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setIconCreateFunctionString(String) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setIconPathFill(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setIconPathFillColor(String) - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
Sets string representing rgb code of the icon's path fill color.
- setIconPathStroke(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setIconPathStrokeColor(String) - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
Sets string representing rgb code of the icon's path stroke color.
- setIconSize(double, double) - Method in class io.jmix.mapsui.component.layer.style.AbstractCustomPointIcon
-
Sets the size of the icon in pixels.
- setIconSize(double, double) - Method in class io.jmix.mapsui.component.layer.style.DivPointIcon
-
Does not affect size of the html content.
- setIconSize(double, double) - Method in class io.jmix.mapsui.component.layer.style.ImagePointIcon
-
- setIconSize(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.DivIconOptions
-
- setIconSize(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.IconOptions
-
- setIconSize(Point) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setIconTextFill(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setIconTextFillColor(String) - Method in class io.jmix.mapsui.component.layer.style.FontPointIcon
-
Sets string representing rgb code of the icon's inner font symbol fill color.
- setIconUrl(String) - Method in class io.jmix.mapsui.widget.leaflet.client.IconOptions
-
- setImperial(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.control.ScaleOptions
-
- setImperial(boolean) - Method in class io.jmix.mapsui.widget.leaflet.control.LScale
-
- setIntensityProperty(String) - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Sets a property which value defines the intensity of the point on a heatmap.
- setInteractive(Boolean) - Method in class io.jmix.mapsui.component.TooltipOptions
-
If true
, the tooltip will accept mouse clicks.
- setInteractive(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.ImageOverlayOptions
-
- setInteractive(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.TooltipOptions
-
- setInteractive(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.LImageOverlay
-
Set if the image overlay will emit mouse events when clicked or hovered.
- setInteractive(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setItems(VectorLayerItems<T>) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- setKeepInView(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setKeyboard(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setKeyboard(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setKeyboard(boolean) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setKeyboardEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setLat(Double) - Method in class io.jmix.mapsui.widget.leaflet.shared.Point
-
- setLatLng(LatLng) - Method in class io.jmix.mapsui.widget.leaflet.client.CircleMarker
-
- setLatLng(LatLng) - Method in class io.jmix.mapsui.widget.leaflet.client.DivOverlay
-
- setLatLng(LatLng) - Method in class io.jmix.mapsui.widget.leaflet.client.Marker
-
- setLayers(String) - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Specifies layers to display on a map.
- setLayers(String) - Method in class io.jmix.mapsui.widget.leaflet.client.WmsLayerOptions
-
- setLayers(String) - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- setLayersControl(Layers) - Method in class io.jmix.mapsui.widget.leaflet.client.LeafletMapConnector
-
- setLayersToUpdateOnLocate(AbstractLeafletLayer...) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Updates given layers directly on the client side when position is
located.
- setLeafletMap(LMap) - Method in interface io.jmix.mapsui.component.leaflet.LeafletMapAware
-
- setLeafletMap(LMap) - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- setLineCap(String) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- setLineCap(String) - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
Sets shape to be used at the end of the stroke.
- setLineCap(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setLineCap(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setLineCap(String) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setLineJoin(String) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- setLineJoin(String) - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
Sets shape to be used at the corners of the stroke.
- setLineJoin(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setLineJoin(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setLineJoin(String) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setLon(Double) - Method in class io.jmix.mapsui.widget.leaflet.shared.Point
-
- setMax(double) - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
- setMaxBounds(LatLngBounds) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setMaxBounds(LatLngBounds) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setMaxBounds(Bounds) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Sets the area into where the viewport is restricted.
- setMaxBounds(Geometry) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Sets the area into where the viewport is restricted.
- setMaxBounds(Bounds) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setMaxClusterRadius(int) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setMaxClusterRadius(Integer) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setMaxHeight(int) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setMaximumAge(double) - Method in class io.jmix.mapsui.widget.leaflet.client.LocateOptions
-
- setMaximumIntensity(Double) - Method in class io.jmix.mapsui.component.HeatMapOptions
-
Sets the maximum point intensity.
- setMaxNativeZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setMaxNativeZoom(Integer) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- setMaxWidth(int) - Method in class io.jmix.mapsui.component.PopupWindowOptions
-
Sets max width of the popup window, in pixels.
- setMaxWidth(int) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setMaxZoom(int) - Method in interface io.jmix.mapsui.component.GeoMap
-
Sets maximum map zoom level.
- setMaxZoom(int) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
Set maximum map zoom level.
- setMaxZoom(Double) - Method in class io.jmix.mapsui.component.HeatMapOptions
-
Sets the zoom level where the points reach maximum intensity (as intensity scales with zoom).
- setMaxZoom(int) - Method in interface io.jmix.mapsui.component.layer.Layer
-
Sets maximum zoom level up to which the layer is visible (inclusive).
- setMaxZoom(int) - Method in class io.jmix.mapsui.component.layer.TileLayer
-
Sets maximum zoom level up to which the layer is visible (inclusive).
- setMaxZoom(double) - Method in class io.jmix.mapsui.widget.leaflet.client.LocateOptions
-
- setMaxZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setMaxZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.client.TileLayerOptions
-
- setMaxZoom(double) - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
- setMaxZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setMaxZoom(Integer) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setMetric(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.control.ScaleOptions
-
- setMetric(boolean) - Method in class io.jmix.mapsui.widget.leaflet.control.LScale
-
- setMinLocatationUpdateInterval(int) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setMinNativeZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setMinNativeZoom(Integer) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- setMinOpacity(Double) - Method in class io.jmix.mapsui.component.HeatMapOptions
-
Sets the minimum opacity the heat will start at.
- setMinOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
Sets the the minimum opacity the heat will start at
- setMinWidth(int) - Method in class io.jmix.mapsui.component.PopupWindowOptions
-
Sets min width of the popup, in pixels.
- setMinWidth(int) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setMinZoom(int) - Method in interface io.jmix.mapsui.component.GeoMap
-
Sets minimum map zoom level.
- setMinZoom(int) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
Set minimum map zoom level.
- setMinZoom(int) - Method in interface io.jmix.mapsui.component.layer.Layer
-
Sets minimum zoom level down to which the layer is visible (inclusive).
- setMinZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setMinZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.client.TileLayerOptions
-
- setMinZoom(int) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setMinZoom(Integer) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setNorthEastLat(double) - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- setNorthEastLon(double) - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- setNoWrap(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setNoWrap(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- setOffset(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.DivOverlayOptions
-
- setOffset(Point) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setOpacity(Double) - Method in class io.jmix.mapsui.component.layer.RasterLayer
-
Sets layer opacity value.
- setOpacity(Double) - Method in class io.jmix.mapsui.component.TooltipOptions
-
Sets tooltip container opacity.
- setOpacity(Double) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.client.ImageOverlayOptions
-
- setOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerOptions
-
- setOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.client.TooltipOptions
-
- setOpacity(Double) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setOpacity(Double) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- setOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.LImageOverlay
-
- setOpacity(double) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setOptions(HeatMapOptions) - Method in class io.jmix.mapsui.component.layer.HeatMapLayer
-
Sets custom heatmap options.
- setPane(String) - Method in class io.jmix.mapsui.widget.leaflet.client.DivOverlayOptions
-
- setPane(String) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setParent(ServerConnector) - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletVectorConnector
-
- setPermanent(Boolean) - Method in class io.jmix.mapsui.component.TooltipOptions
-
Whether to open the tooltip permanently or only on mouseover.
- setPermanent(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.TooltipOptions
-
- setPermanent(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setPoint(Point) - Method in class io.jmix.mapsui.component.PopupWindow
-
Sets the geographical point where the popup window will be opened.
- setPoint(Point) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletDivOverlay
-
- setPoint(Point) - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- setPoint(Point) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setPointAndRadiusWithoutRepaint(double, Point) - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- setPointerEvents(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setPoints(Point...) - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
- setPoints(Point...) - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- setPoints(Point...) - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- setPoints(List<Point>) - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- setPointsAndholes(Point[][]) - Method in class io.jmix.mapsui.widget.leaflet.LPolygon
-
- setPointsWithoutRepaint(Point...) - Method in class io.jmix.mapsui.widget.leaflet.LPolyline
-
- setPopup(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setPopup(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setPopupAnchor(double, double) - Method in class io.jmix.mapsui.component.layer.style.AbstractCustomPointIcon
-
Sets the coordinates of the point from which popups will open (relative to the icon anchor).
- setPopupAnchor(double, double) - Method in class io.jmix.mapsui.component.layer.style.DivPointIcon
-
- setPopupAnchor(double, double) - Method in class io.jmix.mapsui.component.layer.style.ImagePointIcon
-
- setPopupAnchor(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.DivIconOptions
-
The coordinates of the point from which popups will "open", relative to the icon anchor.
- setPopupAnchor(Point) - Method in class io.jmix.mapsui.widget.leaflet.client.IconOptions
-
- setPopupAnchor(Point) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setPopupContent(String) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
Adds a popup window to be opened as user clicks on the point.
- setPopupContent(String) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
Adds a popup window to be opened as user clicks on the polygon.
- setPopupContent(String) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
Adds a popup window to be opened as user clicks on the polyline.
- setPopupContent(String) - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- setPopupContentProvider(Function<? super T, String>) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Sets the popup content provider,
i.e.
- setPopupOptions(PopupWindowOptions) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
- setPopupOptions(PopupWindowOptions) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
- setPopupOptions(PopupWindowOptions) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
- setPopupOptions(PopupWindowOptions) - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- setPopupState(PopupState) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setPopupState(PopupState) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setPopupState(PopupState) - Method in class io.jmix.mapsui.widget.leaflet.LPopup
-
- setPopupWindowOptions(PopupWindowOptions) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Sets the explicit style parameters for bound popups.
- setPopupWindowOptions(PopupWindowOptions) - Method in class io.jmix.mapsui.component.PopupWindow
-
Sets custom options for the popup window.
- setPosition(String) - Method in class io.jmix.mapsui.widget.leaflet.client.control.Control
-
- setPosition(ControlPosition) - Method in class io.jmix.mapsui.widget.leaflet.control.AbstractControl
-
- setPrefix(String) - Method in class io.jmix.mapsui.widget.leaflet.client.control.Attribution
-
- setPrefix(String) - Method in class io.jmix.mapsui.widget.leaflet.control.LAttribution
-
- setRadius(int) - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- setRadius(Integer) - Method in class io.jmix.mapsui.component.HeatMapOptions
-
Sets the radius of each point of a heatmap.
- setRadius(double) - Method in class io.jmix.mapsui.widget.leaflet.client.CircleMarker
-
- setRadius(double) - Method in class io.jmix.mapsui.widget.leaflet.client.CircleMarkerOptions
-
- setRadius(int) - Method in class io.jmix.mapsui.widget.leaflet.heat.LHeatMapLayer
-
Sets the radius of each "point" of the heatmap, 25 by default
- setRadius(double) - Method in class io.jmix.mapsui.widget.leaflet.LCircle
-
- setReadOnly(boolean) - Method in interface io.jmix.mapsui.component.GeoMap
-
Switches map to a read-only mode.
- setReadOnly(boolean) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
Switch map to a read-only mode.
- setReadOnly(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setRemoveOutsideVisibleBounds(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setRemoveOutsideVisibleBounds(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setScrollWheelZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setScrollWheelZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setScrollWheelZoom(boolean) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setScrollWheelZoomEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setSelectedGeoObject(T) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Sets the selected geo-object of the layer.
- setSelectedItem(E) - Method in class io.jmix.mapsui.component.data.ContainerVectorLayerItems
-
- setSelectedItem(E) - Method in interface io.jmix.mapsui.component.data.VectorLayerItems
-
Set current item in the source.
- setSelectGeoObjectOnClick(boolean) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
- setShowCoverage(boolean) - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- setShowCoverageOnHover(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setShowCoverageOnHover(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setShowSinglePointAsCluster(boolean) - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- setSingleMarkerMode(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setSingleMarkerMode(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setSouthWestLat(double) - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- setSouthWestLon(double) - Method in class io.jmix.mapsui.widget.leaflet.shared.Bounds
-
- setSpiderfyDistanceMultiplier(int) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setSpiderfyDistanceMultiplier(Integer) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setSpiderfyOnMaxZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setSpiderfyOnMaxZoom(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setSticky(Boolean) - Method in class io.jmix.mapsui.component.TooltipOptions
-
If true
, the tooltip will follow the mouse instead of being fixed at the feature center.
- setSticky(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.TooltipOptions
-
- setSticky(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setStroke(Boolean) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
Set whether to draw stroke along the path.
- setStroke(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setStroke(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setStroke(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setStrokeColor(String) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- setStrokeColor(String) - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
Sets stroke color.
- setStrokeOpacity(Double) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- setStrokeOpacity(Double) - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
Sets stroke opacity.
- setStrokeWeight(Integer) - Method in class io.jmix.mapsui.component.layer.style.PolygonStyle
-
- setStrokeWeight(Integer) - Method in class io.jmix.mapsui.component.layer.style.PolylineStyle
-
Sets stroke width in pixels.
- setStyle(PointStyle) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
Applies a style to the point.
- setStyle(PolygonStyle) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
Applies a style to the polygon.
- setStyle(PolylineStyle) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
Applies a style to the polyline.
- setStyle(GeometryStyle) - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- setStyle(VectorStyle) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setStyle(PathOptions) - Method in class io.jmix.mapsui.widget.leaflet.client.AbstractPath
-
- setStyleProvider(Function<? super T, GeometryStyle>) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Sets the style provider for a layer's geo-objects,
i.e.
- setStyles(String) - Method in class io.jmix.mapsui.component.layer.style.DivPointIcon
-
Sets one or more user-defined CSS style names for the <div>
element.
- setStyles(String) - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Sets styles in which layers are to be rendered.
- setStyles(String) - Method in class io.jmix.mapsui.widget.leaflet.client.WmsLayerOptions
-
- setStyles(String) - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- setSubDomains(String[]) - Method in class io.jmix.mapsui.component.layer.TileLayer
-
Sets possible values for the {s} placeholder in the url pattern of xyz tiles.
- setSubDomains(String...) - Method in class io.jmix.mapsui.widget.leaflet.client.TileLayerOptions
-
- setSubDomains(JsArrayString) - Method in class io.jmix.mapsui.widget.leaflet.client.TileLayerOptions
-
- setSubDomains(String...) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setTileSize(int) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setTimeout(double) - Method in class io.jmix.mapsui.widget.leaflet.client.LocateOptions
-
- setTitle(String) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerOptions
-
- setTitle(String) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setTitle(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setTms(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.TileLayerOptions
-
- setTms(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setTooltip(String) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setTooltip(String) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setTooltipContent(String) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
Adds a tooltip to be opened as user hovers on the point.
- setTooltipContent(String) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
Adds a tooltip to be opened as user hovers on the polygon.
- setTooltipContent(String) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
Adds a tooltip to be opened as user hovers on the polyline.
- setTooltipContent(String) - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- setTooltipContentProvider(Function<? super T, String>) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Sets the tooltip content provider,
i.e.
- setTooltipOptions(TooltipOptions) - Method in interface io.jmix.mapsui.component.CanvasLayer.Point
-
- setTooltipOptions(TooltipOptions) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polygon
-
- setTooltipOptions(TooltipOptions) - Method in interface io.jmix.mapsui.component.CanvasLayer.Polyline
-
- setTooltipOptions(TooltipOptions) - Method in class io.jmix.mapsui.component.layer.VectorLayer
-
Sets the explicit style parameters for bound tooltips.
- setTooltipOptions(TooltipOptions) - Method in class io.jmix.mapsui.component.leaflet.translators.GeoObjectWrapper
-
- setTooltipState(TooltipState) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setTooltipState(TooltipState) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setTooltipState(TooltipState) - Method in class io.jmix.mapsui.widget.leaflet.LTooltip
-
- setTopLeft(Point) - Method in class io.jmix.mapsui.component.layer.ImageLayer
-
Sets the top left (NorthWest) point of an image.
- setTouchZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setTouchZoom(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setTouchZoom(boolean) - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- setTouchZoomEnabled(boolean) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setTransparent(boolean) - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Sets whether the map background is to be transparent.
- setTransparent(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.WmsLayerOptions
-
- setTransparent(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- setUrl(String) - Method in class io.jmix.mapsui.component.layer.TileLayer
-
Sets URL of a service.
- setUrl(String) - Method in class io.jmix.mapsui.widget.leaflet.LTileLayer
-
- setUseMarkerWeights(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setUseMarkerWeights(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- setVersion(String) - Method in class io.jmix.mapsui.component.layer.WMSTileLayer
-
Sets service version.
- setVersion(String) - Method in class io.jmix.mapsui.widget.leaflet.client.WmsLayerOptions
-
- setVersion(String) - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- setView(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.LocateOptions
-
- setView(LatLng, Double) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setView(LatLng, Double, JavaScriptObject) - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- setView(Double, Double, Double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setViewparams(String) - Method in class io.jmix.mapsui.widget.leaflet.client.WmsLayerOptions
-
- setViewparams(String) - Method in class io.jmix.mapsui.widget.leaflet.LWmsLayer
-
- setVisible(boolean) - Method in interface io.jmix.mapsui.component.layer.Layer
-
Sets whether the layer should be visible on a map.
- setWatch(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.LocateOptions
-
- setWeight(Integer) - Method in class io.jmix.mapsui.widget.leaflet.AbstractLeafletVector
-
- setWeight(int) - Method in class io.jmix.mapsui.widget.leaflet.client.Marker
-
- setWeight(int) - Method in class io.jmix.mapsui.widget.leaflet.client.PathOptions
-
- setWeight(Integer) - Method in class io.jmix.mapsui.widget.leaflet.jsonmodels.VectorStyle
-
- setWeight(Integer) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setWeightProperty(String) - Method in class io.jmix.mapsui.component.ClusteringOptions
-
- setWorldCopyJump(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setZindex(int) - Method in class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
-
- setZIndex(int) - Method in class io.jmix.mapsui.widget.leaflet.client.ImageOverlayOptions
-
- setZindex(int) - Method in class io.jmix.mapsui.widget.leaflet.LGridLayer
-
- setZIndex(Integer) - Method in class io.jmix.mapsui.widget.leaflet.LImageOverlay
-
Set the explicit zIndex of the tile layer.
- setZIndexOffset(int) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerOptions
-
- setZIndexOffset(Integer) - Method in class io.jmix.mapsui.widget.leaflet.LMarker
-
- setZoom(double) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setZoomAnimation(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.PopupOptions
-
- setZoomDelta(double) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setZoomDelta(Double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setZoomLevel(double) - Method in interface io.jmix.mapsui.component.GeoMap
-
Sets map zoom level.
- setZoomLevel(double) - Method in class io.jmix.mapsui.component.GeoMapImpl
-
Set map zoom level.
- setZoomLevel(double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setZoomSnap(double) - Method in class io.jmix.mapsui.widget.leaflet.client.MapOptions
-
- setZoomSnap(Double) - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
- setZoomToBoundsOnClick(boolean) - Method in class io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroupOptions
-
- setZoomToBoundsOnClick(Boolean) - Method in class io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterGroup
-
- showCoverageOnHover - Variable in class io.jmix.mapsui.widget.leaflet.markercluster.client.LeafletMarkerClusterState
-
- shutdown() - Method in interface io.jmix.mapsui.component.leaflet.LeafletLayerHolder
-
Signals that the holder is no more needed (for example when it is replaced with another holder instance).
- shutdown() - Method in class io.jmix.mapsui.component.leaflet.translators.VectorLayerHolder
-
- SIMPLE() - Static method in class io.jmix.mapsui.widget.leaflet.client.Crs
-
- Simple - Static variable in class io.jmix.mapsui.widget.leaflet.shared.Crs
-
Leaflet specific
- singleMarkerMode - Variable in class io.jmix.mapsui.widget.leaflet.markercluster.client.LeafletMarkerClusterState
-
- spiderfyDistanceMultiplier - Variable in class io.jmix.mapsui.widget.leaflet.markercluster.client.LeafletMarkerClusterState
-
- spiderfyOnMaxZoom - Variable in class io.jmix.mapsui.widget.leaflet.markercluster.client.LeafletMarkerClusterState
-
- startMarker() - Method in class io.jmix.mapsui.widget.leaflet.client.EditableMap
-
- startPoint() - Method in interface io.jmix.mapsui.widget.leaflet.editable.client.EditableMapClientRcp
-
- startPoint() - Method in class io.jmix.mapsui.widget.leaflet.editable.LEditableMap
-
- startPoint() - Method in class io.jmix.mapsui.widget.leaflet.editable.RestorableLEditableMap
-
- startPolygon() - Method in class io.jmix.mapsui.widget.leaflet.client.EditableMap
-
- startPolygon() - Method in interface io.jmix.mapsui.widget.leaflet.editable.client.EditableMapClientRcp
-
- startPolygon() - Method in class io.jmix.mapsui.widget.leaflet.editable.LEditableMap
-
- startPolygon() - Method in class io.jmix.mapsui.widget.leaflet.editable.RestorableLEditableMap
-
- startPolyline() - Method in class io.jmix.mapsui.widget.leaflet.client.EditableMap
-
- startPolyline() - Method in interface io.jmix.mapsui.widget.leaflet.editable.client.EditableMapClientRcp
-
- startPolyline() - Method in class io.jmix.mapsui.widget.leaflet.editable.LEditableMap
-
- startPolyline() - Method in class io.jmix.mapsui.widget.leaflet.editable.RestorableLEditableMap
-
- sticky - Variable in class io.jmix.mapsui.widget.leaflet.shared.TooltipState
-
- stopDrawing() - Method in class io.jmix.mapsui.widget.leaflet.client.EditableMap
-
- stopDrawing() - Method in interface io.jmix.mapsui.widget.leaflet.editable.client.EditableMapClientRcp
-
- stopDrawing() - Method in class io.jmix.mapsui.widget.leaflet.editable.LEditableMap
-
- stopDrawing() - Method in class io.jmix.mapsui.widget.leaflet.editable.RestorableLEditableMap
-
- stopLocate() - Method in class io.jmix.mapsui.widget.leaflet.client.Map
-
- stopLocate() - Method in class io.jmix.mapsui.widget.leaflet.LMap
-
Stops detecting users geolocation.
- stopLocate() - Method in interface io.jmix.mapsui.widget.leaflet.shared.LeafletMapClientRpc
-
- subDomains - Variable in class io.jmix.mapsui.widget.leaflet.shared.LeafletTileLayerState
-