NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class Configuration

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.Configuration

public class Configuration
extends Object


Constructor Summary
Configuration(InputStream configFile)
           
 
Method Summary
 String getGDALPath()
           
 int getListenerPort()
           
 Set<MapSource> getMapSources()
           
 int getThreadPoolSize()
           
 String getWorkDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration(InputStream configFile)
Method Detail

getGDALPath

public String getGDALPath()

getListenerPort

public int getListenerPort()

getMapSources

public Set<MapSource> getMapSources()

getThreadPoolSize

public int getThreadPoolSize()

getWorkDirectory

public String getWorkDirectory()

NASA World Wind WMS