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 SimpleGeometryFeature. getGeometry()The geometry representing the feature, for example aPointor a polygon.Methods in com.vaadin.flow.component.map.configuration with parameters of type SimpleGeometry Modifier and Type Method Description voidFeature. 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 voidPointBasedFeature. 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 classPointGeometry that is represented by a single point and coordinate.
-