Class AbstractTiledLayerParams

    • Field Detail

      • rasterStyle

        public java.lang.String rasterStyle
        The name of the style (in Configuration or Template) to use when drawing the layer to the map. This is separate from the style in that it indicates how to draw the map. It allows one to apply any of the SLD raster styling.
    • Constructor Detail

      • AbstractTiledLayerParams

        protected AbstractTiledLayerParams()
        Constructor.
      • AbstractTiledLayerParams

        protected AbstractTiledLayerParams​(AbstractTiledLayerParams other)
        Copy constructor.
        Parameters:
        other - the object to copy
    • Method Detail

      • getBaseUrl

        public abstract java.lang.String getBaseUrl()
        Get the base url for all tile requests. For example it might be 'http://server .com/geoserver/gwc/service/wmts'.
      • validateBaseUrl

        public abstract boolean validateBaseUrl()
        Validates the provided base url.
        Returns:
        True, if the url is valid.
      • createCommonUrl

        public abstract java.lang.String createCommonUrl()
                                                  throws java.net.URISyntaxException
        Create a URL that is common to all image requests for this layer. It will take the base url and append all mergeable and custom params to the base url.
        Throws:
        java.net.URISyntaxException