Mercurial > dive4elements > river
diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java @ 3044:37982acfe1a3
Documentation added.
flys-artifacts/trunk@4613 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 06 Jun 2012 15:44:59 +0000 |
parents | 2f7fed1eb4bf |
children | ed07dd55f487 |
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java Wed Jun 06 14:58:25 2012 +0000 +++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java Wed Jun 06 15:44:59 2012 +0000 @@ -268,6 +268,9 @@ /** * Returns W at Km of WKms, searching linearly. * Returns -1 if not found. + * @param wkms the WKms object to search for given km. + * @param km The searched km. + * @return W at given km if in WKms, -1 if not found. */ public static double getWAtKm(WKms wkms, double km) { // Uninformed search. @@ -286,7 +289,7 @@ * Get points of line describing the surface of water at cross section. * * @return an array holding coordinates of points of surface of water ( - * in the form {{x1, x2} {y1, y2}} ). + * in the form {{x1, x2}, {y1, y2}} ). */ @Override public Lines.LineData getWaterLines(int idx, FastCrossSectionLine csl) {