comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/MainValuesQFacet.java @ 3442:cd5eb8f5f6f1

Cosmetics, docs. flys-artifacts/trunk@5105 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 23 Jul 2012 14:57:27 +0000
parents 0f7abd95c6e2
children 35a6c9a49a76
comparison
equal deleted inserted replaced
3441:bfbd478bd607 3442:cd5eb8f5f6f1
31 private static Logger logger = Logger.getLogger(RelativePointFacet.class); 31 private static Logger logger = Logger.getLogger(RelativePointFacet.class);
32 32
33 /** Do we want MainValues at Gauge (not interpolated)? */ 33 /** Do we want MainValues at Gauge (not interpolated)? */
34 protected boolean isAtGauge; 34 protected boolean isAtGauge;
35 35
36
36 /** Trivial Constructor. */ 37 /** Trivial Constructor. */
37 public MainValuesQFacet(String name, String description, boolean atGauge) { 38 public MainValuesQFacet(String name, String description, boolean atGauge) {
38 this.description = description; 39 this.description = description;
39 this.name = name; 40 this.name = name;
40 this.index = 0; 41 this.index = 0;
41 this.isAtGauge = atGauge; 42 this.isAtGauge = atGauge;
42 } 43 }
44
43 45
44 /** 46 /**
45 * Set the hit-point in Q where a line drawn from the axis would hit the 47 * Set the hit-point in Q where a line drawn from the axis would hit the
46 * curve in WQDay (if hit). 48 * curve in WQDay (if hit).
47 * Employ linear interpolation. 49 * Employ linear interpolation.

http://dive4elements.wald.intevation.org