Class LAbstractTileLayerOptions<S extends LAbstractTileLayerOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.LGridLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.raster.LAbstractTileLayerOptions<S>
- All Implemented Interfaces:
LComponentOptions<S>
- Direct Known Subclasses:
LTileLayerOptions, LTileLayerWMSOptions
public abstract class LAbstractTileLayerOptions<S extends LAbstractTileLayerOptions<S>>
extends LGridLayerOptions<S>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTms()voidsetCrossOrigin(Object crossOrigin) voidsetDetectRetina(Boolean detectRetina) voidsetErrorTileUrl(String errorTileUrl) voidsetReferrerPolicy(Object referrerPolicy) voidsetSubdomains(Object subdomains) voidvoidsetZoomOffset(Number zoomOffset) voidsetZoomReverse(Boolean zoomReverse) withCrossOrigin(Object crossOrigin) withDetectRetina(Boolean detectRetina) withErrorTileUrl(String errorTileUrl) withReferrerPolicy(Object referrerPolicy) withSubdomains(Object subdomains) withZoomOffset(Number zoomOffset) withZoomReverse(Boolean zoomReverse) Methods inherited from class LGridLayerOptions
getClassName, getKeepBuffer, getLatLngBounds, getMaxNativeZoom, getMaxZoom, getMinNativeZoom, getMinZoom, getNoWrap, getOpacity, getTileSize, getUpdateInterval, getUpdateWhenIdle, getUpdateWhenZooming, getzIndex, setClassName, setKeepBuffer, setLatLngBounds, setMaxNativeZoom, setMaxZoom, setMinNativeZoom, setMinZoom, setNoWrap, setOpacity, setTileSize, setUpdateInterval, setUpdateWhenIdle, setUpdateWhenZooming, setzIndex, withClassName, withKeepBuffer, withLatLngBounds, withMaxNativeZoom, withMaxZoom, withMinNativeZoom, withMinZoom, withNoWrap, withOpacity, withTileSize, withUpdateInterval, withUpdateWhenIdle, withUpdateWhenZooming, withZIndexMethods inherited from class LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponentOptions
self
-
Constructor Details
-
LAbstractTileLayerOptions
public LAbstractTileLayerOptions()
-
-
Method Details
-
getSubdomains
-
setSubdomains
-
withSubdomains
-
getErrorTileUrl
-
setErrorTileUrl
-
withErrorTileUrl
-
getZoomOffset
-
setZoomOffset
-
withZoomOffset
-
getTms
-
setTms
-
withTms
-
getZoomReverse
-
setZoomReverse
-
withZoomReverse
-
getDetectRetina
-
setDetectRetina
-
withDetectRetina
-
getCrossOrigin
-
setCrossOrigin
-
withCrossOrigin
-
getReferrerPolicy
-
setReferrerPolicy
-
withReferrerPolicy
-