Serialized Form
-
Package com.vaadin.flow.component.map
-
Class com.vaadin.flow.component.map.Assets.Asset extends Object implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
resource
com.vaadin.flow.server.StreamResource resource
-
-
-
Class com.vaadin.flow.component.map.Assets.ImageAsset extends Assets.Asset implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.Map extends MapBase implements Serializable
-
Serialized Fields
-
backgroundLayer
Layer backgroundLayer
-
featureLayer
FeatureLayer featureLayer
-
-
-
Class com.vaadin.flow.component.map.MapBase extends com.vaadin.flow.component.Component implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
-
pendingConfigurationSync
com.vaadin.flow.internal.StateTree.ExecutionRegistration pendingConfigurationSync
-
serializer
MapSerializer serializer
-
-
-
-
Package com.vaadin.flow.component.map.configuration
-
Class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject extends Object implements Serializable
-
Serialized Fields
-
children
Set<AbstractConfigurationObject> children
-
dirty
boolean dirty
-
id
String id
-
propertyChangeSupport
PropertyChangeSupport propertyChangeSupport
-
-
-
Class com.vaadin.flow.component.map.configuration.Configuration extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.map.configuration.Coordinate extends Object implements Serializable
-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Class com.vaadin.flow.component.map.configuration.Extent extends Object implements Serializable
-
Serialized Fields
-
maxX
double maxX
-
maxY
double maxY
-
minX
double minX
-
minY
double minY
-
-
-
Class com.vaadin.flow.component.map.configuration.Feature extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
geometry
SimpleGeometry geometry
-
style
Style style
-
-
-
Class com.vaadin.flow.component.map.configuration.View extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
projection
String projection
-
rotation
float rotation
-
zoom
float zoom
-
-
-
-
Package com.vaadin.flow.component.map.configuration.feature
-
Class com.vaadin.flow.component.map.configuration.feature.MarkerFeature extends PointBasedFeature implements Serializable
-
Class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature extends Feature implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.geometry
-
Class com.vaadin.flow.component.map.configuration.geometry.Point extends SimpleGeometry implements Serializable
-
Serialized Fields
-
coordinates
Coordinate coordinates
-
-
-
Class com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.layer
-
Class com.vaadin.flow.component.map.configuration.layer.FeatureLayer extends VectorLayer implements Serializable
-
Class com.vaadin.flow.component.map.configuration.layer.ImageLayer extends Layer implements Serializable
-
Serialized Fields
-
source
ImageSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.Layer extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.map.configuration.layer.TileLayer extends Layer implements Serializable
-
Serialized Fields
-
source
TileSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.VectorLayer extends Layer implements Serializable
-
Serialized Fields
-
source
Source source
-
-
-
-
Package com.vaadin.flow.component.map.configuration.source
-
Class com.vaadin.flow.component.map.configuration.source.ImageSource extends Source implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.ImageWMSSource extends ImageSource implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.OSMSource extends XYZSource implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.Source extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.TileImageSource extends UrlTileSource implements Serializable
-
Serialized Fields
-
crossOrigin
String crossOrigin
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileSource extends Source implements Serializable
-
Serialized Fields
-
opaque
boolean opaque
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileWMSSource extends TileImageSource implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.UrlTileSource extends TileSource implements Serializable
-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.map.configuration.source.VectorSource extends Source implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.XYZSource extends TileImageSource implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.style
-
Class com.vaadin.flow.component.map.configuration.style.Fill extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon extends ImageStyle implements Serializable
-
Serialized Fields
-
anchor
Icon.Anchor anchor
-
anchorOrigin
Icon.AnchorOrigin anchorOrigin
-
color
String color
-
crossOrigin
String crossOrigin
-
img
com.vaadin.flow.server.StreamResource img
-
imgSize
Icon.ImageSize imgSize
-
src
String src
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.Anchor extends Object implements Serializable
-
Serialized Fields
-
x
float x
-
y
float y
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.ImageSize extends Object implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.ImageStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
opacity
float opacity
-
rotateWithView
boolean rotateWithView
-
rotation
float rotation
-
scale
float scale
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Stroke extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
String color
-
width
float width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Style extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
fill
Fill fill
-
image
ImageStyle image
-
stroke
Stroke stroke
-
-
-
-
Package com.vaadin.flow.component.map.events
-
Class com.vaadin.flow.component.map.events.FeatureEventDetails extends Object implements Serializable
-
Serialized Fields
-
feature
Feature feature
-
layer
VectorLayer layer
-
source
VectorSource source
-
-
-
Class com.vaadin.flow.component.map.events.MapClickEvent extends com.vaadin.flow.component.ComponentEvent<MapBase> implements Serializable
-
Serialized Fields
-
coordinate
Coordinate coordinate
-
details
MouseEventDetails details
-
features
List<FeatureEventDetails> features
-
-
-
Class com.vaadin.flow.component.map.events.MapFeatureClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
feature
Feature feature
-
layer
VectorLayer layer
-
vectorSource
VectorSource vectorSource
-
-
-
Class com.vaadin.flow.component.map.events.MapViewMoveEndEvent extends com.vaadin.flow.component.ComponentEvent<MapBase> implements Serializable
-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
rotation
float rotation
-
zoom
float zoom
-
-
-
Class com.vaadin.flow.component.map.events.MouseEventDetails extends Object implements Serializable
-
Serialized Fields
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
shiftKey
boolean shiftKey
-
-
-
-
Package com.vaadin.flow.component.map.serialization
-
Class com.vaadin.flow.component.map.serialization.MapSerializer extends Object implements Serializable
-
Serialized Fields
-
writer
com.fasterxml.jackson.databind.ObjectWriter writer
-
-
-