diff src/java/de/intevation/mxd/reader/MapReader.java @ 181:0bde090506f9

Added comments.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 11 Jul 2011 14:28:38 +0200
parents b9ee44070056
children df4e0946ef02
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/reader/MapReader.java	Mon Jul 11 12:11:08 2011 +0200
+++ b/src/java/de/intevation/mxd/reader/MapReader.java	Mon Jul 11 14:28:38 2011 +0200
@@ -34,7 +34,11 @@
     private Map map;
     private MapToXMLUtils util;
 
-
+    /**
+     * Constructor with ArcGIS map.
+     *
+     * @param map The ArcGIS map object.
+     */
     public MapReader(IMap map)
     throws Exception {
         logger.debug("constructor()");
@@ -138,7 +142,6 @@
                 " Please edit units in resulting mapfile.");
         }
 
-        //TODO: Find out whats the correct scale value.
         try {
             mapElement.setAttribute(
                 "scale",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)