|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
nl.itc.RIMapper.WMS
public class WMS
OGC compatible Web Map Service. Converts SFS OGC geometry columns (eg from
PostgreSQL/PostGIS) to Scalable Vector Graphics (SVG 1.1) map output, with a
built-in SVG GUI (if getGUI=true in request).
Can transcode result to PNG/JPEG for WMS compatibility.
Uses Batik SVG toolkit for transcoding (http://xmlgraphics.apache.org/batik/)
Uses Java Topology Suite (JTS 1.11) (http://sourceforge.net/projects/jts-topo-suite/)
©2004-2010 International Institute for Geo-information Science and Earth
Observation (ITC)
Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5
License. see http://creativecommons.org/licenses/by-nc-sa/2.5/
| Constructor Summary | |
|---|---|
WMS()
Just use constructor of superclass HttpServlet. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destruction of the servlet. |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
The doGet method of the servlet. |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
doPost just redirects to doGet |
void |
init()
Initialization of the servlet. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WMS()
| Method Detail |
|---|
public void destroy()
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
DBconn
class).
WMSRequest to parse parameters
WMSGetMap or WMSGetCapabilities for further
processing
request - the request send by the client to the serverresponse - the response send by the server to the client
ServletException - if an error occurred
IOException - if an error occurred
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
ServletException
IOException
public void init()
throws ServletException
ServletException - if an error occures
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||