comparison backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java @ 6514:56e8e6aa04ab

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 28 Jun 2013 17:00:44 +0200
parents bbd44de9ec78
children 3bb1c62ad732
comparison
equal deleted inserted replaced
6513:4447045ebcc6 6514:56e8e6aa04ab
190 } 190 }
191 191
192 192
193 /** 193 /**
194 * Add a Point (YZ,Index) to the current cross section line. 194 * Add a Point (YZ,Index) to the current cross section line.
195 * @param y The y coordinate of new point. 195 * @param y The y coordinate of new point in GK.
196 * @param z The z coordinate of new point. 196 * @param z The z coordinate of new point in GK.
197 * @param height The hight (3rd coord) of point, in meter.
197 * @param idx Ignored, the parameter of new point. 198 * @param idx Ignored, the parameter of new point.
198 * @return true if point could been added, false otherwise (e.g. not 199 * @return true if point could been added, false otherwise (e.g. not
199 * parsable y or z values. 200 * parsable y or z values.
200 */ 201 */
201 private boolean addPoint(double gkr, double gkh, double height, String idx) { 202 private boolean addPoint(double gkr, double gkh, double height, String idx) {

http://dive4elements.wald.intevation.org