diff gnv-artifacts/src/main/java/de/intevation/gnv/utils/MapfileGenerator.java @ 807:a645bd23c1c8

Added more javadoc. Removed trailing whitespace. gnv-artifacts/trunk@889 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 08 Apr 2010 15:24:45 +0000
parents 2cea76f1112e
children 47578d91c4f0
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/utils/MapfileGenerator.java	Thu Apr 08 13:10:39 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/utils/MapfileGenerator.java	Thu Apr 08 15:24:45 2010 +0000
@@ -35,7 +35,7 @@
  * This class iterates over a bunch of directories, searches for meta
  * information coresponding to shapefiles and creates a mapfile which is used by
  * a <i>MapServer</i>.
- * 
+ *
  * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
  */
 public class MapfileGenerator
@@ -81,7 +81,7 @@
      * The XPath to layer nodes in the meta information xml file.
      */
     public static final String XPATH_LAYER        = "/art:meta/art:layer";
-    
+
     public static final String XPATH_LAYER_NAME   = "art:name";
     public static final String XPATH_LAYER_TITLE  = "art:title";
     public static final String XPATH_LAYER_TYPE   = "art:type";
@@ -114,7 +114,7 @@
      * A main method which can be used to create a mapfile without a running
      * artifact server.<br>
      * <b>NOTE:</b> This method is not implemented yet!
-     * 
+     *
      * @param args Arguments.
      */
     public static void main(String[] args) {
@@ -337,7 +337,7 @@
 
     /**
      * Returns the mapfile.
-     * 
+     *
      * @return the mapfile.
      */
     protected File getMapfile() {
@@ -354,7 +354,7 @@
     /**
      * Search for meta information file in <i>file</i> and store the layer
      * information in <i>store</i> if a meta file was found.
-     * 
+     *
      * @param file The root directory to be searched for meta files.
      * @param store A list storing <code>LayerInfo</code> objects.
      */
@@ -479,7 +479,7 @@
 
     /**
      * Creates a mapfile with the layer information stored in <i>layers</i>.
-     * 
+     *
      * @param layers Layer information.
      */
     protected void writeMapfile(List layers) {

http://dive4elements.wald.intevation.org