We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.map.configuration.
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
FieldsModifier 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
static final String
-
Constructor Summary
Constructors -
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_STYLE_TEXT
See Also:
-
OL_MAP
See Also:
-
OL_VIEW
See Also:
-
OL_FEATURE
See Also:
-
-
Constructor Details
-
Constants
public Constants()
-