NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class WMSServlet

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

public class WMSServlet
extends Object


Constructor Summary
WMSServlet()
           
 
Method Summary
 void doGet(WMSHttpServletRequest req, WMSHttpServletResponse resp)
           
 void doPost(WMSHttpServletRequest req, WMSHttpServletResponse resp)
           
 void init(WMSServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSServlet

public WMSServlet()
Method Detail

doGet

public void doGet(WMSHttpServletRequest req,
                  WMSHttpServletResponse resp)
           throws IOException
Throws:
IOException

doPost

public void doPost(WMSHttpServletRequest req,
                   WMSHttpServletResponse resp)
            throws IOException
Throws:
IOException

init

public void init(WMSServletConfig config)

NASA World Wind WMS