comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightSingleData.java @ 7894:42076d94977e facet-metadata

Added metadata to facets.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 21 May 2014 11:43:10 +0200
parents 1aba75321441
children 856701739443
comparison
equal deleted inserted replaced
7893:56e7e6c18c26 7894:42076d94977e
80 return width.getQuick(ndx); 80 return width.getQuick(ndx);
81 } 81 }
82 82
83 public double getWidth(double station) { 83 public double getWidth(double station) {
84 int ndx = this.station.indexOf(station); 84 int ndx = this.station.indexOf(station);
85 if (ndx < 0) {
86 return Double.NaN;
87 }
85 return width.get(ndx); 88 return width.get(ndx);
86 } 89 }
87 } 90 }

http://dive4elements.wald.intevation.org