comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java @ 1974:cdeb31ef20a1

Cosmetics. flys-artifacts/trunk@3393 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 13 Dec 2011 08:56:52 +0000
parents feef1121e800
children b30e1710df1d
comparison
equal deleted inserted replaced
1973:e0b081105a82 1974:cdeb31ef20a1
73 * 73 *
74 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 74 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
75 */ 75 */
76 public class WINFOArtifact 76 public class WINFOArtifact
77 extends FLYSArtifact 77 extends FLYSArtifact
78 implements FacetTypes 78 implements FacetTypes {
79 {
80 79
81 /** The logger for this class. */ 80 /** The logger for this class. */
82 private static Logger logger = Logger.getLogger(WINFOArtifact.class); 81 private static Logger logger = Logger.getLogger(WINFOArtifact.class);
83 82
84 /** The name of the artifact. */ 83 /** The name of the artifact. */
473 * @param location The selected location. 472 * @param location The selected location.
474 * 473 *
475 * @return the computed data. 474 * @return the computed data.
476 */ 475 */
477 public static CalculationResult computeDurationCurveData( 476 public static CalculationResult computeDurationCurveData(
478 Gauge gauge, 477 Gauge gauge,
479 WstValueTable wst, 478 WstValueTable wst,
480 double location) 479 double location)
481 { 480 {
482 logger.info("WINFOArtifact.computeDurationCurveData"); 481 logger.info("WINFOArtifact.computeDurationCurveData");
483 482
484 Object[] obj = MainValuesFactory.getDurationCurveData(gauge); 483 Object[] obj = MainValuesFactory.getDurationCurveData(gauge);
485 484

http://dive4elements.wald.intevation.org