Class LGeoJSONLayerOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LGeoJSONLayerOptions>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<LGeoJSONLayerOptions>
software.xdev.vaadin.maps.leaflet.layer.other.LGeoJSONLayerOptions
- All Implemented Interfaces:
LComponentOptions<LGeoJSONLayerOptions>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()voidsetCoordsToLatLng(RawString coordsToLatLng) voidsetMarkersInheritOptions(Boolean markersInheritOptions) voidsetOnEachFeature(RawString onEachFeature) voidsetPointToLayer(RawString pointToLayer) voidwithCoordsToLatLng(RawString coordsToLatLng) withMarkersInheritOptions(Boolean markersInheritOptions) withOnEachFeature(RawString onEachFeature) withPointToLayer(RawString pointToLayer) Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponentOptions
self
-
Constructor Details
-
LGeoJSONLayerOptions
public LGeoJSONLayerOptions()
-
-
Method Details
-
getPointToLayer
-
setPointToLayer
-
withPointToLayer
-
getStyle
-
setStyle
-
withStyle
-
getOnEachFeature
-
setOnEachFeature
-
withOnEachFeature
-
getCoordsToLatLng
-
setCoordsToLatLng
-
withCoordsToLatLng
-
getMarkersInheritOptions
-
setMarkersInheritOptions
-
withMarkersInheritOptions
-