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 StringOL_FEATUREstatic StringOL_GEOMETRY_POINTstatic StringOL_LAYER_IMAGEstatic StringOL_LAYER_TILEstatic StringOL_LAYER_VECTORstatic StringOL_MAPstatic StringOL_SOURCE_IMAGE_WMSstatic StringOL_SOURCE_OSMstatic StringOL_SOURCE_TILE_WMSstatic StringOL_SOURCE_VECTORstatic StringOL_SOURCE_XYZstatic StringOL_STYLE_FILLstatic StringOL_STYLE_ICONstatic StringOL_STYLE_STROKEstatic StringOL_STYLE_STYLEstatic StringOL_VIEW
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
OL_LAYER_IMAGE
public static final String OL_LAYER_IMAGE
- See Also:
- Constant Field Values
-
OL_LAYER_TILE
public static final String OL_LAYER_TILE
- See Also:
- Constant Field Values
-
OL_LAYER_VECTOR
public static final String OL_LAYER_VECTOR
- See Also:
- Constant Field Values
-
OL_SOURCE_XYZ
public static final String OL_SOURCE_XYZ
- See Also:
- Constant Field Values
-
OL_SOURCE_OSM
public static final String OL_SOURCE_OSM
- See Also:
- Constant Field Values
-
OL_SOURCE_VECTOR
public static final String OL_SOURCE_VECTOR
- See Also:
- Constant Field Values
-
OL_SOURCE_TILE_WMS
public static final String OL_SOURCE_TILE_WMS
- See Also:
- Constant Field Values
-
OL_SOURCE_IMAGE_WMS
public static final String OL_SOURCE_IMAGE_WMS
- See Also:
- Constant Field Values
-
OL_GEOMETRY_POINT
public static final String OL_GEOMETRY_POINT
- See Also:
- Constant Field Values
-
OL_STYLE_ICON
public static final String OL_STYLE_ICON
- See Also:
- Constant Field Values
-
OL_STYLE_FILL
public static final String OL_STYLE_FILL
- See Also:
- Constant Field Values
-
OL_STYLE_STROKE
public static final String OL_STYLE_STROKE
- See Also:
- Constant Field Values
-
OL_STYLE_STYLE
public static final String OL_STYLE_STYLE
- See Also:
- Constant Field Values
-
OL_MAP
public static final String OL_MAP
- See Also:
- Constant Field Values
-
OL_VIEW
public static final String OL_VIEW
- See Also:
- Constant Field Values
-
OL_FEATURE
public static final String OL_FEATURE
- See Also:
- Constant Field Values
-
-