Serialized Form
-
Package com.vaadin.flow.component.map
-
Class com.vaadin.flow.component.map.Assets.Asset
class Asset extends Object implements Serializable-
Serialized Fields
-
fileName
String fileName
-
handler
com.vaadin.flow.server.streams.DownloadHandler handler
-
resource
com.vaadin.flow.server.StreamResource resource
-
-
-
Class com.vaadin.flow.component.map.Assets.ImageAsset
class ImageAsset extends Assets.Asset implements Serializable-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.Map
class Map extends MapBase implements Serializable-
Serialized Fields
-
backgroundLayer
Layer backgroundLayer
-
featureLayer
FeatureLayer featureLayer
-
-
-
Class com.vaadin.flow.component.map.MapBase
class MapBase extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
configuration
Configuration configuration
-
pendingConfigurationSync
com.vaadin.flow.internal.StateTree.ExecutionRegistration pendingConfigurationSync
-
-
-
-
Package com.vaadin.flow.component.map.configuration
-
Class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
class 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
class Configuration extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.map.configuration.Coordinate
class Coordinate extends Object implements Serializable-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Class com.vaadin.flow.component.map.configuration.Extent
class 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
class Feature extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
draggable
boolean draggable
-
geometry
SimpleGeometry geometry
-
style
Style style
-
text
String text
-
-
-
Class com.vaadin.flow.component.map.configuration.View
class View extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
projection
String projection
-
rotation
double rotation
-
zoom
double zoom
-
-
-
-
Package com.vaadin.flow.component.map.configuration.feature
-
Class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
class MarkerFeature extends PointBasedFeature implements Serializable -
Class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
class PointBasedFeature extends Feature implements Serializable -
Class com.vaadin.flow.component.map.configuration.feature.PolygonFeature
class PolygonFeature extends Feature implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.geometry
-
Class com.vaadin.flow.component.map.configuration.geometry.Point
class Point extends SimpleGeometry implements Serializable-
Serialized Fields
-
coordinates
Coordinate coordinates
-
-
-
Class com.vaadin.flow.component.map.configuration.geometry.Polygon
class Polygon extends SimpleGeometry implements Serializable-
Serialized Fields
-
coordinates
Coordinate[][] coordinates
-
-
-
Class com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry
class SimpleGeometry extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.layer
-
Class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
class FeatureLayer extends VectorLayer implements Serializable-
Serialized Fields
-
clusterDistance
int clusterDistance
-
clusteringEnabled
boolean clusteringEnabled
-
clusterMinDistance
int clusterMinDistance
-
clusterStyle
Style clusterStyle
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.ImageLayer
class ImageLayer extends Layer implements Serializable-
Serialized Fields
-
source
ImageSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.Layer
class Layer extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.map.configuration.layer.TileLayer
class TileLayer extends Layer implements Serializable-
Serialized Fields
-
source
TileSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.VectorLayer
class 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.ClusterSource
class ClusterSource extends VectorSource implements Serializable-
Serialized Fields
-
distance
int distance
-
minDistance
int minDistance
-
-
-
Class com.vaadin.flow.component.map.configuration.source.ImageSource
class ImageSource extends Source implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
class ImageWMSSource extends ImageSource implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.OSMSource
class OSMSource extends XYZSource implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.Source
class Source extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.TileImageSource
class TileImageSource extends UrlTileSource implements Serializable-
Serialized Fields
-
crossOrigin
String crossOrigin
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileSource
class TileSource extends Source implements Serializable-
Serialized Fields
-
opaque
boolean opaque
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileWMSSource
class TileWMSSource extends TileImageSource implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.UrlTileSource
class UrlTileSource extends TileSource implements Serializable-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.map.configuration.source.VectorSource
class VectorSource extends Source implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.XYZSource
class XYZSource extends TileImageSource implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.style
-
Class com.vaadin.flow.component.map.configuration.style.Fill
class Fill extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon
class 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
-
imgHandler
com.vaadin.flow.server.streams.DownloadHandler imgHandler
-
imgSize
Icon.ImageSize imgSize
-
src
String src
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.Anchor
class Anchor extends Object implements Serializable-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.ImageSize
class ImageSize extends Object implements Serializable-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.ImageStyle
class ImageStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
opacity
double opacity
-
rotateWithView
boolean rotateWithView
-
rotation
double rotation
-
scale
double scale
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Stroke
class Stroke extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
String color
-
width
double width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Style
class Style extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
fill
Fill fill
-
image
ImageStyle image
-
stroke
Stroke stroke
-
textStyle
TextStyle textStyle
-
-
-
Class com.vaadin.flow.component.map.configuration.style.TextStyle
class TextStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
backgroundFill
Fill backgroundFill
-
backgroundStroke
Stroke backgroundStroke
-
fill
Fill fill
-
font
String font
-
offset
TextStyle.TextOffset offset
-
padding
int padding
-
rotateWithView
boolean rotateWithView
-
rotation
double rotation
-
scale
double scale
-
stroke
Stroke stroke
-
textAlign
TextStyle.TextAlign textAlign
-
textBaseline
TextStyle.TextBaseline textBaseline
-
-
-
Class com.vaadin.flow.component.map.configuration.style.TextStyle.TextOffset
class TextOffset extends Object implements Serializable-
Serialized Fields
-
x
int x
-
y
int y
-
-
-
-
Package com.vaadin.flow.component.map.events
-
Class com.vaadin.flow.component.map.events.FeatureEventDetails
class FeatureEventDetails extends Object implements Serializable-
Serialized Fields
-
feature
Feature feature
-
layer
VectorLayer layer
-
source
VectorSource source
-
-
-
Class com.vaadin.flow.component.map.events.MapClickEvent
class 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.MapClusterClickEvent
class MapClusterClickEvent extends com.vaadin.flow.component.ComponentEvent<MapBase> implements Serializable-
Serialized Fields
-
details
MouseEventDetails details
-
features
List<FeatureEventDetails> features
-
-
-
Class com.vaadin.flow.component.map.events.MapFeatureClickEvent
class 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.MapFeatureDropEvent
class MapFeatureDropEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
coordinate
Coordinate coordinate
-
feature
Feature feature
-
layer
VectorLayer layer
-
startCoordinate
Coordinate startCoordinate
-
vectorSource
VectorSource vectorSource
-
-
-
Class com.vaadin.flow.component.map.events.MapViewMoveEndEvent
class MapViewMoveEndEvent extends com.vaadin.flow.component.ComponentEvent<MapBase> implements Serializable-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
rotation
double rotation
-
zoom
double zoom
-
-
-
Class com.vaadin.flow.component.map.events.MouseEventDetails
class 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
-
-
-