NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class WMSServer

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

public class WMSServer
extends Object


Constructor Summary
WMSServer()
           
 
Method Summary
static Configuration getConfiguration()
           
static MapRegistry getMapSourceRegistry()
           
static void main(String[] args)
           
 void registerAndInitMapSources(MapSource mapSrc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSServer

public WMSServer()
Method Detail

getConfiguration

public static Configuration getConfiguration()

getMapSourceRegistry

public static MapRegistry getMapSourceRegistry()

main

public static void main(String[] args)

registerAndInitMapSources

public void registerAndInitMapSources(MapSource mapSrc)

NASA World Wind WMS