comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 399:53cc794fee07

Improved the transition model and added states to enable the 'discharge longitudinal section' computation - NOTE: the work in this computation has not finished yet. flys-artifacts/trunk@1830 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 05 May 2011 06:12:44 +0000
parents 435058da0eae
children eb22ffe4d74c
comparison
equal deleted inserted replaced
398:435058da0eae 399:53cc794fee07
594 return gauge; 594 return gauge;
595 } 595 }
596 596
597 597
598 /** 598 /**
599 * Returns the gauges that match the selected kilometer range.
600 *
601 * @return the gauges based on the selected kilometer range.
602 */
603 public List<Gauge> getGauges() {
604 River river = getRiver();
605 double[] dist = getDistance();
606
607 return river.determineGauges(dist[0], dist[1]);
608 }
609
610
611 /**
599 * This method returns the Q values. 612 * This method returns the Q values.
600 * 613 *
601 * @return the selected Q values or null, if no Q values are selected. 614 * @return the selected Q values or null, if no Q values are selected.
602 */ 615 */
603 public double[] getQs() { 616 public double[] getQs() {

http://dive4elements.wald.intevation.org