nl.itc.RIMapper
Class WMSGetMap
java.lang.Object
nl.itc.RIMapper.WMSGetMap
public class WMSGetMap
- extends Object
Handles a WMS 1.1.1 GetMap request.
Employs MakeSVG class to generate SVG document from a WMS request, using OGC
Simple Features data.
©2006-2011 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/
- Version:
- 2.2 [Sep 2011]
- Author:
- Barend Köbben -
kobben@itc.nl
WMSGetMap
public WMSGetMap(WMSCapabilities theWMSCapabilities)
- Constructor
doGetMap
public StringBuffer doGetMap(DBconn myDBconn,
WMSRequest myWMSRequests)
throws RIMapperException
- Parameters:
myDBconn - the Database connection class (from DBconn) to be usedmyWMSRequests - the WMSRequest
- Returns:
- a StringBuffer with the SVG xml document
- Throws:
RIMapperException