Class WMSBasicElevationModel.URLBuilder

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      protected URLBuilder​(java.lang.String version, 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

        protected java.lang.String URLTemplate
    • Constructor Detail

      • URLBuilder

        protected URLBuilder​(java.lang.String version,
                             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