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
-
public class Constants extends Object
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
Fields Modifier and Type Field Description static String
OL_FEATURE
static String
OL_GEOMETRY_POINT
static String
OL_LAYER_IMAGE
static String
OL_LAYER_TILE
static String
OL_LAYER_VECTOR
static String
OL_MAP
static String
OL_SOURCE_IMAGE_WMS
static String
OL_SOURCE_OSM
static String
OL_SOURCE_TILE_WMS
static String
OL_SOURCE_VECTOR
static String
OL_SOURCE_XYZ
static String
OL_STYLE_FILL
static String
OL_STYLE_ICON
static String
OL_STYLE_STROKE
static String
OL_STYLE_STYLE
static String
OL_VIEW
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
OL_LAYER_IMAGE
public static final String OL_LAYER_IMAGE
See Also:
-
OL_LAYER_TILE
public static final String OL_LAYER_TILE
See Also:
-
OL_LAYER_VECTOR
public static final String OL_LAYER_VECTOR
See Also:
-
OL_SOURCE_XYZ
public static final String OL_SOURCE_XYZ
See Also:
-
OL_SOURCE_OSM
public static final String OL_SOURCE_OSM
See Also:
-
OL_SOURCE_VECTOR
public static final String OL_SOURCE_VECTOR
See Also:
-
OL_SOURCE_TILE_WMS
public static final String OL_SOURCE_TILE_WMS
See Also:
-
OL_SOURCE_IMAGE_WMS
public static final String OL_SOURCE_IMAGE_WMS
See Also:
-
OL_GEOMETRY_POINT
public static final String OL_GEOMETRY_POINT
See Also:
-
OL_STYLE_ICON
public static final String OL_STYLE_ICON
See Also:
-
OL_STYLE_FILL
public static final String OL_STYLE_FILL
See Also:
-
OL_STYLE_STROKE
public static final String OL_STYLE_STROKE
See Also:
-
OL_STYLE_STYLE
public static final String OL_STYLE_STYLE
See Also:
-
OL_MAP
public static final String OL_MAP
See Also:
-
OL_VIEW
public static final String OL_VIEW
See Also:
-
OL_FEATURE
public static final String OL_FEATURE
See Also:
-
-