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 Details

    • LAbstractTileLayerOptions

      public LAbstractTileLayerOptions()
  • Method Details

    • getSubdomains

      public Object getSubdomains()
    • setSubdomains

      public void setSubdomains(Object subdomains)
    • withSubdomains

      public S withSubdomains(Object subdomains)
    • getErrorTileUrl

      public String getErrorTileUrl()
    • setErrorTileUrl

      public void setErrorTileUrl(String errorTileUrl)
    • withErrorTileUrl

      public S withErrorTileUrl(String errorTileUrl)
    • getZoomOffset

      public Number getZoomOffset()
    • setZoomOffset

      public void setZoomOffset(Number zoomOffset)
    • withZoomOffset

      public S withZoomOffset(Number zoomOffset)
    • getTms

      public Boolean getTms()
    • setTms

      public void setTms(Boolean tms)
    • withTms

      public S withTms(Boolean tms)
    • getZoomReverse

      public Boolean getZoomReverse()
    • setZoomReverse

      public void setZoomReverse(Boolean zoomReverse)
    • withZoomReverse

      public S withZoomReverse(Boolean zoomReverse)
    • getDetectRetina

      public Boolean getDetectRetina()
    • setDetectRetina

      public void setDetectRetina(Boolean detectRetina)
    • withDetectRetina

      public S withDetectRetina(Boolean detectRetina)
    • getCrossOrigin

      public Object getCrossOrigin()
    • setCrossOrigin

      public void setCrossOrigin(Object crossOrigin)
    • withCrossOrigin

      public S withCrossOrigin(Object crossOrigin)
    • getReferrerPolicy

      public Object getReferrerPolicy()
    • setReferrerPolicy

      public void setReferrerPolicy(Object referrerPolicy)
    • withReferrerPolicy

      public S withReferrerPolicy(Object referrerPolicy)