changeset 7650:d24d95b0e1f9

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 05 Dec 2013 17:33:02 +0100
parents 27aabee53f63
children 0e06c6510df2
files artifacts/src/main/java/org/dive4elements/river/artifacts/model/W.java
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/W.java	Thu Dec 05 17:32:34 2013 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/W.java	Thu Dec 05 17:33:02 2013 +0100
@@ -51,6 +51,10 @@
         ws = new TDoubleArrayList(capacity);
     }
 
+    /** Sets the used reference system for W.
+     * If the W's refer to values in meters over a reference
+     * point (e.g. NN+m) they are in meter. If they are
+     * relative to the PNP of a gauge they are in centimeter. */
     public void setReferenceSystem(int val) {
         referenceSystem = val;
     }
@@ -58,7 +62,7 @@
     /** Return the used reference system for W.
      * If the W's refer to values in meters over a reference
      * point (e.g. NN+m) they are in meter. If they are
-     * relative to the PNP of a gauge they are in centimeter*/
+     * relative to the PNP of a gauge they are in centimeter. */
     public int getReferenceSystem() {
         return referenceSystem;
     }

http://dive4elements.wald.intevation.org