comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/salix/SalixLineCrossSectionIndexData.java @ 9430:e8b1255fc89e

Added calculation of salix hw5 and salix line w
author mschaefer
date Mon, 20 Aug 2018 09:41:07 +0200
parents bd5f5d2220fa
children ee6508687e3f
comparison
equal deleted inserted replaced
9429:bd5f5d2220fa 9430:e8b1255fc89e
22 22
23 /** 23 /**
24 * Known waterlevels of the salix computation 24 * Known waterlevels of the salix computation
25 */ 25 */
26 public enum SalixWaterlevel { 26 public enum SalixWaterlevel {
27 mnw, mw, mhw, mh5 27 mnw, mw, mhw, hw5
28 } 28 }
29 29
30 private static final long serialVersionUID = 1L; 30 private static final long serialVersionUID = 1L;
31 31
32 private static final SalixLineCrossSectionIndexData SALIX_LINE = new SalixLineCrossSectionIndexData(null, null); 32 private static final SalixLineCrossSectionIndexData SALIX_LINE = new SalixLineCrossSectionIndexData(null, null);

http://dive4elements.wald.intevation.org