comparison artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/BunduResultType.java @ 9451:fd6621f47a72

Bundu bzws density calculation completed
author mschaefer
date Thu, 23 Aug 2018 10:57:40 +0200
parents 7e1fb8d0cb0d
children 9e471031cc1e
comparison
equal deleted inserted replaced
9450:7e1fb8d0cb0d 9451:fd6621f47a72
402 protected NumberFormat createFormatter(final CallContext context) { 402 protected NumberFormat createFormatter(final CallContext context) {
403 return Formatter.getMassFormat(context); 403 return Formatter.getMassFormat(context);
404 } 404 }
405 }; 405 };
406 406
407 public static final BunduResultType missStationRangeFrom = new BunduResultType(I18NStrings.UNIT_KM, "bundu.export.bezugswst.csv.meta.miss.mass.km_from") { 407 public static final BunduResultType missStationRangeFrom = new BunduResultType(I18NStrings.UNIT_KM, "bundu.export.bezugswst.csv.meta.miss.km_from") {
408 408
409 private static final long serialVersionUID = 1L; 409 private static final long serialVersionUID = 1L;
410 410
411 @Override 411 @Override
412 public String exportValue(final CallContext context, final Object value) { 412 public String exportValue(final CallContext context, final Object value) {
418 protected NumberFormat createFormatter(final CallContext context) { 418 protected NumberFormat createFormatter(final CallContext context) {
419 return Formatter.getWaterlevelKM(context); 419 return Formatter.getWaterlevelKM(context);
420 } 420 }
421 }; 421 };
422 422
423 public static final BunduResultType missStationRangeTo = new BunduResultType(I18NStrings.UNIT_KM, "bundu.export.bezugswst.csv.meta.miss.mass.km_to") { 423 public static final BunduResultType missStationRangeTo = new BunduResultType(I18NStrings.UNIT_KM, "bundu.export.bezugswst.csv.meta.miss.km_to") {
424 424
425 private static final long serialVersionUID = 1L; 425 private static final long serialVersionUID = 1L;
426 426
427 @Override 427 @Override
428 public String exportValue(final CallContext context, final Object value) { 428 public String exportValue(final CallContext context, final Object value) {

http://dive4elements.wald.intevation.org