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 TypeClassDescriptionclassContains the configuration for the map, such as layers, sources, features.classA geographic feature to be displayed on a map.classRepresents 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 voidAbstractConfigurationObject.addChild(AbstractConfigurationObject configurationObject) Adds a nested object reference to keep track of.protected voidAbstractConfigurationObject.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 voidAbstractConfigurationObject.collectChanges(Consumer<AbstractConfigurationObject> changeCollector) Collects all changed objects from a configuration hierarchy.voidConfiguration.collectChanges(Consumer<AbstractConfigurationObject> changeCollector) For internal use only. - 
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.feature
Modifier and TypeClassDescriptionclassA convenience class for displaying icons or images, such as markers, at a specific location on the map.classAbstract 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 TypeClassDescriptionclassGeometry that is represented by a single point and coordinate.classAbstract base class for geometries - 
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.layer
Modifier and TypeClassDescriptionclassLayer that allows to conveniently display a number of geographic features.classLayer for server-rendered images that are available in arbitrary extents and resolutions.classAbstract base class for all map layersclassLayer for displaying tiled map dataclassLayer for rendering vector data client-side - 
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.source
Modifier and TypeClassDescriptionclassAbstract base class for all sources providing a single imageclassSource for WMS servers providing single, untiled imagesclassMap source for loading tiled images from an OpenStreetMap service.classAbstract base class for all map sourcesclassAbstract base class for map sources providing tiled images from a URLclassAbstract base class for map sources providing tiled map dataclassSource for loading tile data from WMS (Web Map Service) serversclassAbstract base class for map sources providing tiled map data from a URLclassclassSource 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 TypeClassDescriptionclassclassAn icon or image that can be used to visually represent aFeature, by using it as the feature'sStyle.setImage(ImageStyle)classAbstract base class for drawing image-based featuresclassclassDefines how to visually represent aFeature