Class XYZParam


  • public class XYZParam
    extends java.lang.Object
    parameters for the XYZ map source. See https://openlayers.org/en/latest/apidoc/module-ol_source_XYZ.html
    Author:
    Erik Jähne
    • Constructor Detail

      • XYZParam

        public XYZParam()
    • Method Detail

      • withAttributions

        public XYZParam withAttributions​(java.lang.String attributions)
      • withCacheSize

        public XYZParam withCacheSize​(java.lang.Integer cacheSize)
      • withCrossOrigin

        public XYZParam withCrossOrigin​(java.lang.String crossOrigin)
      • withOpaque

        public XYZParam withOpaque​(java.lang.Boolean opaque)
      • withReprojectionErrorThreshold

        public XYZParam withReprojectionErrorThreshold​(java.lang.Double reprojectionErrorThreshold)
      • withMaxZoom

        public XYZParam withMaxZoom​(java.lang.Integer maxZoom)
      • withMinZoom

        public XYZParam withMinZoom​(java.lang.Integer minZoom)
      • withTilePixelRatio

        public XYZParam withTilePixelRatio​(java.lang.Double tilePixelRatio)
      • withTileSize

        public XYZParam withTileSize​(java.lang.Integer tileSize)
      • withUrl

        public XYZParam withUrl​(java.lang.String url)
      • withWrapX

        public XYZParam withWrapX​(java.lang.Boolean wrapX)
      • withTransition

        public XYZParam withTransition​(java.lang.Integer transition)
      • getAttributions

        public java.lang.String getAttributions()
      • setAttributions

        public void setAttributions​(java.lang.String attributions)
      • getCacheSize

        public java.lang.Integer getCacheSize()
      • setCacheSize

        public void setCacheSize​(java.lang.Integer cacheSize)
      • getCrossOrigin

        public java.lang.String getCrossOrigin()
      • setCrossOrigin

        public void setCrossOrigin​(java.lang.String crossOrigin)
      • getOpaque

        public java.lang.Boolean getOpaque()
      • setOpaque

        public void setOpaque​(java.lang.Boolean opaque)
      • getReprojectionErrorThreshold

        public java.lang.Double getReprojectionErrorThreshold()
      • setReprojectionErrorThreshold

        public void setReprojectionErrorThreshold​(java.lang.Double reprojectionErrorThreshold)
      • getMaxZoom

        public java.lang.Integer getMaxZoom()
      • setMaxZoom

        public void setMaxZoom​(java.lang.Integer maxZoom)
      • getMinZoom

        public java.lang.Integer getMinZoom()
      • setMinZoom

        public void setMinZoom​(java.lang.Integer minZoom)
      • getTilePixelRatio

        public java.lang.Double getTilePixelRatio()
      • setTilePixelRatio

        public void setTilePixelRatio​(java.lang.Double tilePixelRatio)
      • getTileSize

        public java.lang.Integer getTileSize()
      • setTileSize

        public void setTileSize​(java.lang.Integer tileSize)
      • getUrl

        public java.lang.String getUrl()
      • setUrl

        public void setUrl​(java.lang.String url)
      • getWrapX

        public java.lang.Boolean getWrapX()
      • setWrapX

        public void setWrapX​(java.lang.Boolean wrapX)
      • getTransition

        public java.lang.Integer getTransition()
      • setTransition

        public void setTransition​(java.lang.Integer transition)
      • toJSON

        public java.lang.String toJSON()