Class Constants
java.lang.Object
com.vaadin.flow.component.map.configuration.Constants
Defines constants for OpenLayers types, which are uses by the client-side
synchronization mechanism to identify which OL class to construct and
synchronize into.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
OL_LAYER_IMAGE
- See Also:
-
OL_LAYER_TILE
- See Also:
-
OL_LAYER_VECTOR
- See Also:
-
OL_SOURCE_XYZ
- See Also:
-
OL_SOURCE_OSM
- See Also:
-
OL_SOURCE_VECTOR
- See Also:
-
OL_SOURCE_TILE_WMS
- See Also:
-
OL_SOURCE_IMAGE_WMS
- See Also:
-
OL_GEOMETRY_POINT
- See Also:
-
OL_STYLE_ICON
- See Also:
-
OL_STYLE_FILL
- See Also:
-
OL_STYLE_STROKE
- See Also:
-
OL_STYLE_STYLE
- See Also:
-
OL_MAP
- See Also:
-
OL_VIEW
- See Also:
-
OL_FEATURE
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-