Uses of Class
com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry
-
Packages that use SimpleGeometry Package Description com.vaadin.flow.component.map.configuration com.vaadin.flow.component.map.configuration.feature com.vaadin.flow.component.map.configuration.geometry -
-
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return SimpleGeometry Modifier and Type Method Description SimpleGeometry
Feature. getGeometry()
The geometry representing the feature, for example aPoint
or a polygon.Methods in com.vaadin.flow.component.map.configuration with parameters of type SimpleGeometry Modifier and Type Method Description void
Feature. 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 SimpleGeometry Modifier and Type Method Description void
PointBasedFeature. 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 Modifier and Type Class Description class
Point
Geometry that is represented by a single point and coordinate.
-