Class WMSTiledImageLayer.URLBuilder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String URLTemplate  
    • Constructor Summary

      Constructors 
      Constructor Description
      URLBuilder​(AVList params)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL getURL​(Tile tile, java.lang.String altImageFormat)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • URLTemplate

        public java.lang.String URLTemplate
    • Constructor Detail

      • URLBuilder

        public URLBuilder​(AVList params)
    • Method Detail

      • getURL

        public java.net.URL getURL​(Tile tile,
                                   java.lang.String altImageFormat)
                            throws java.net.MalformedURLException
        Specified by:
        getURL in interface TileUrlBuilder
        Throws:
        java.net.MalformedURLException