Uses of Class
com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
Packages that use AbstractConfigurationObject
Package
Description
-
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration
Subclasses of AbstractConfigurationObject in com.vaadin.flow.component.map.configurationModifier and TypeClassDescriptionclass
Contains the configuration for the map, such as layers, sources, features.class
A geographic feature to be displayed on a map.class
Represents a map's viewport, responsible for changing properties like center and zoom levelMethods in com.vaadin.flow.component.map.configuration with parameters of type AbstractConfigurationObjectModifier and TypeMethodDescriptionprotected void
AbstractConfigurationObject.addChild
(AbstractConfigurationObject configurationObject) Adds a nested object reference to keep track of.protected void
AbstractConfigurationObject.addNullableChild
(AbstractConfigurationObject configurationObject) Convenience wrapper foraddChild(AbstractConfigurationObject)
that allowsconfigurationObject
to be a null reference.protected void
AbstractConfigurationObject.removeChild
(AbstractConfigurationObject configurationObject) Removes a nested object reference from tracking.Method parameters in com.vaadin.flow.component.map.configuration with type arguments of type AbstractConfigurationObjectModifier and TypeMethodDescriptionprotected void
AbstractConfigurationObject.collectChanges
(Consumer<AbstractConfigurationObject> changeCollector) Collects all changed objects from a configuration hierarchy.void
Configuration.collectChanges
(Consumer<AbstractConfigurationObject> changeCollector) For internal use only. -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.feature
Modifier and TypeClassDescriptionclass
A convenience class for displaying icons or images, such as markers, at a specific location on the map.class
Abstract base class for features that are represented by a single point and a single coordinate. -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.geometry
Modifier and TypeClassDescriptionclass
Geometry that is represented by a single point and coordinate.class
Abstract base class for geometries -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.layer
Modifier and TypeClassDescriptionclass
Layer that allows to conveniently display a number of geographic features.class
Layer for server-rendered images that are available in arbitrary extents and resolutions.class
Abstract base class for all map layersclass
Layer for displaying tiled map dataclass
Layer for rendering vector data client-side -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.source
Modifier and TypeClassDescriptionclass
Abstract base class for all sources providing a single imageclass
Source for WMS servers providing single, untiled imagesclass
Map source for loading tiled images from an OpenStreetMap service.class
Abstract base class for all map sourcesclass
Abstract base class for map sources providing tiled images from a URLclass
Abstract base class for map sources providing tiled map dataclass
Source for loading tile data from WMS (Web Map Service) serversclass
Abstract base class for map sources providing tiled map data from a URLclass
class
Source for loading tiled images from a map service using the Slippy Map tile numbering scheme, also known as XYZ format. -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.style
Modifier and TypeClassDescriptionclass
class
An icon or image that can be used to visually represent aFeature
, by using it as the feature'sStyle.setImage(ImageStyle)
class
Abstract base class for drawing image-based featuresclass
class
Defines how to visually represent aFeature
class
Text style that defines how to render texts on the map.