NASA World Wind

gov.nasa.worldwind.terrain
Class WMSBasicElevationModel.URLBuilder

java.lang.Object
  extended by gov.nasa.worldwind.terrain.WMSBasicElevationModel.URLBuilder
All Implemented Interfaces:
TileUrlBuilder
Enclosing class:
WMSBasicElevationModel

protected static class WMSBasicElevationModel.URLBuilder
extends Object
implements TileUrlBuilder


Field Summary
protected static String MAX_VERSION
           
protected  String URLTemplate
           
 
Constructor Summary
protected WMSBasicElevationModel.URLBuilder(String version, AVList params)
           
 
Method Summary
 URL getURL(Tile tile, String altImageFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_VERSION

protected static final String MAX_VERSION
See Also:
Constant Field Values

URLTemplate

protected String URLTemplate
Constructor Detail

WMSBasicElevationModel.URLBuilder

protected WMSBasicElevationModel.URLBuilder(String version,
                                            AVList params)
Method Detail

getURL

public URL getURL(Tile tile,
                  String altImageFormat)
           throws MalformedURLException
Specified by:
getURL in interface TileUrlBuilder
Throws:
MalformedURLException

NASA World Wind