comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/common/UInfoResultType.java @ 9432:d194c5b24bf8

Added bundu bzws w calculation and longitudinal sections of wspl and depth
author mschaefer
date Mon, 20 Aug 2018 09:46:02 +0200
parents bd5f5d2220fa
children
comparison
equal deleted inserted replaced
9431:eeea16ea0980 9432:d194c5b24bf8
73 // digits. 73 // digits.
74 return Formatter.getSalixLine(context); 74 return Formatter.getSalixLine(context);
75 } 75 }
76 }; 76 };
77 77
78 public static final UInfoResultType salixw = new UInfoResultType(null, null) {
79 private static final long serialVersionUID = 1L;
80
81 @Override
82 public String exportValue(final CallContext context, final Object value) {
83 throw new UnsupportedOperationException();
84 }
85
86 @Override
87 protected NumberFormat createFormatter(final CallContext context) {
88 throw new UnsupportedOperationException();
89 }
90 };
91
78 public static final UInfoResultType vegname = new UInfoResultType(null, "uinfo.export.csv.meta.header.veg.name") { 92 public static final UInfoResultType vegname = new UInfoResultType(null, "uinfo.export.csv.meta.header.veg.name") {
79 private static final long serialVersionUID = 1L; 93 private static final long serialVersionUID = 1L;
80 94
81 @Override 95 @Override
82 public String exportValue(final CallContext context, final Object value) { 96 public String exportValue(final CallContext context, final Object value) {

http://dive4elements.wald.intevation.org