Uses of Class
com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry
Packages that use SimpleGeometry
Package
Description
-
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return SimpleGeometryModifier and TypeMethodDescriptionFeature.getGeometry()The geometry representing the feature, for example aPointor a polygon.Methods in com.vaadin.flow.component.map.configuration with parameters of type SimpleGeometryModifier and TypeMethodDescriptionvoidFeature.setGeometry(SimpleGeometry geometry) Sets the geometry representing the feature. -
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration.feature
Methods in com.vaadin.flow.component.map.configuration.feature with parameters of type SimpleGeometryModifier and TypeMethodDescriptionvoidPointBasedFeature.setGeometry(SimpleGeometry geometry) Sets the geometry representing this feature.voidPolygonFeature.setGeometry(SimpleGeometry geometry) Sets the geometry representing this feature. -
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration.geometry
Subclasses of SimpleGeometry in com.vaadin.flow.component.map.configuration.geometry