Uses of Class
org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Packages that use LatLngBounds
Package
Description
-
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.layer.events
Methods in org.vaadin.addons.componentfactory.leaflet.layer.events that return LatLngBoundsModifier and TypeMethodDescriptionLocationEvent.getBounds()Geographical bounds of the area user is located in (with respect to the accuracy of location). -
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.layer.groups
Methods in org.vaadin.addons.componentfactory.leaflet.layer.groups that return LatLngBoundsModifier and TypeMethodDescriptionGridLayer.getBounds()Gets the geographical bounds outside of which tiles are not loaded.Methods in org.vaadin.addons.componentfactory.leaflet.layer.groups that return types with arguments of type LatLngBoundsModifier and TypeMethodDescriptiondefault CompletableFuture<LatLngBounds> FeatureGroupFunctions.getBounds()Returns the LatLngBounds of the Feature Group (created from bounds and coordinates of its children).Methods in org.vaadin.addons.componentfactory.leaflet.layer.groups with parameters of type LatLngBoundsModifier and TypeMethodDescriptionvoidGridLayer.setBounds(LatLngBounds bounds) If set, tiles will only be loaded inside the set LatLngBounds. -
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.functions that return types with arguments of type LatLngBoundsModifier and TypeMethodDescriptiondefault CompletableFuture<LatLngBounds> MapGetStateFunctions.getBounds()Returns the geographical bounds visible in the current map viewdefault CompletableFuture<LatLngBounds> MapConversionFunctions.wrapLatLngBounds(LatLngBounds bounds) Returns a LatLngBounds with the same size as the given one, ensuring that its center is within the CRS's bounds.Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.functions with parameters of type LatLngBoundsModifier and TypeMethodDescriptiondefault voidMapModifyStateFunctions.fitBounds(LatLngBounds bounds) Sets a map view that contains the given geographical bounds with the maximum zoom level possible.default voidMapModifyStateFunctions.fitBounds(LatLngBounds bounds, FitBoundsOptions options) Sets a map view that contains the given geographical bounds with the maximum zoom level possible.default voidMapModifyStateFunctions.flyToBounds(LatLngBounds bounds) Sets the view of the map with a smooth animation like flyTo, but takes a bounds parameter like fitBounds.default voidMapModifyStateFunctions.flyToBounds(LatLngBounds bounds, FitBoundsOptions options) Sets the view of the map with a smooth animation like flyTo, but takes a bounds parameter like fitBounds.default CompletableFuture<Double> MapGetStateFunctions.getBoundsZoom(LatLngBounds bounds, boolean inside, Point padding) Returns the maximum zoom level on which the given bounds fit to the map view in its entirety.default voidMapModifyStateFunctions.panInsideBounds(LatLngBounds bounds) Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.default voidMapModifyStateFunctions.panInsideBounds(LatLngBounds bounds, PanOptions options) Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.default voidMapModifyStateFunctions.setMaxBounds(LatLngBounds bounds) Restricts the map view to the given bounds (see the maxBounds option).default CompletableFuture<LatLngBounds> MapConversionFunctions.wrapLatLngBounds(LatLngBounds bounds) Returns a LatLngBounds with the same size as the given one, ensuring that its center is within the CRS's bounds. -
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.options that return LatLngBoundsModifier and TypeMethodDescriptionDefaultMapOptions.getBounds()Returns the geographical bounds visible in the current map viewMapStateOptions.getBounds()Returns the geographical bounds visible in the current map viewDefaultMapOptions.getMaxBounds()Returns the geographical bounds the map view is restricted to.MapStateOptions.getMaxBounds()Returns the geographical bounds the map view is restricted to.Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.options with parameters of type LatLngBoundsModifier and TypeMethodDescriptionvoidDefaultMapOptions.setBounds(LatLngBounds bounds) Sets a map view that contains the given geographical bounds with the maximum zoom level possible.voidMapStateOptions.setBounds(LatLngBounds bounds) Sets a map view that contains the given geographical bounds with the maximum zoom level possible.voidDefaultMapOptions.setMaxBounds(LatLngBounds maxBounds) When this option is set, the map restricts the view to the given geographical bounds, bouncing the user back if the user tries to pan outside the view.voidMapStateOptions.setMaxBounds(LatLngBounds maxBounds) When this option is set, the map restricts the view to the given geographical bounds, bouncing the user back if the user tries to pan outside the view. -
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.layer.raster
Methods in org.vaadin.addons.componentfactory.leaflet.layer.raster that return LatLngBoundsModifier and TypeMethodDescriptionImageOverlay.getBounds()Gets the geographical bounds the image is tied to.Methods in org.vaadin.addons.componentfactory.leaflet.layer.raster with parameters of type LatLngBoundsModifier and TypeMethodDescriptionvoidImageOverlay.setBounds(LatLngBounds bounds) Sets the geographical bounds the image is tied to. -
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Methods in org.vaadin.addons.componentfactory.leaflet.layer.vectors that return LatLngBounds -
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure
Methods in org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure that return LatLngBounds -
Uses of LatLngBounds in org.vaadin.addons.componentfactory.leaflet.types
Methods in org.vaadin.addons.componentfactory.leaflet.types with parameters of type LatLngBoundsModifier and TypeMethodDescriptionvoidLatLngBounds.extend(LatLngBounds bounds) Extend the bounds to contain the given bounds