comparison gnv/src/main/java/de/intevation/gnv/action/WMSAction.java @ 690:254f062e334b

Added JavaDoc. gnv/trunk@908 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 16:45:16 +0000
parents 57fa8019fbdc
children f550bd27a3f1
comparison
equal deleted inserted replaced
689:8487581dfe3b 690:254f062e334b
32 import org.apache.struts.action.ActionMapping; 32 import org.apache.struts.action.ActionMapping;
33 33
34 import org.w3c.dom.Document; 34 import org.w3c.dom.Document;
35 35
36 /** 36 /**
37 * This controller is used to publish the results of the current artifact as
38 * WMS. The wms export mode of the artifact server is triggered which feeds a
39 * MapServer with the given shapefiles (path to the shapefiles is stored in the
40 * artifact). After calling this controller, the shapefiles are ready to be
41 * queried as WMS layers.
42 *
37 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 43 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
38 */ 44 */
39 public class WMSAction extends DescribeUIAction { 45 public class WMSAction extends DescribeUIAction {
40 46
41 public static final String XPATH_MAPSERVER_PATH = 47 public static final String XPATH_MAPSERVER_PATH =

http://dive4elements.wald.intevation.org