be.fedict.eid.applet.service
Class KmlServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
be.fedict.eid.applet.service.KmlServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class KmlServlet
- extends HttpServlet
Servlet that outputs the eID identity data from the HTTP session to a zipped
KML (.kmz) Can be used by virtual globes like Google Earth, KDE Marble...
- Author:
- Bart Hanssens
- See Also:
http://www.opengeospatial.org/standards/kml/
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KmlServlet
public KmlServlet()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2008-2009 FedICT. All Rights Reserved.