comparison artifacts/src/main/java/org/dive4elements/river/utils/Formatter.java @ 9115:a165cd63099f

Added datacage select and chart display for river infrastructure heights loaded from database
author mschaefer
date Mon, 04 Jun 2018 11:55:08 +0200
parents 189cc8ededbd
children 623b51bf03d7
comparison
equal deleted inserted replaced
9114:31b3cae5de0d 9115:a165cd63099f
408 } 408 }
409 409
410 public static NumberFormat getUeberflutungsdauer(final CallContext context) { 410 public static NumberFormat getUeberflutungsdauer(final CallContext context) {
411 return Formatter.getFormatter(context, 0, 0); 411 return Formatter.getFormatter(context, 0, 0);
412 } 412 }
413
414 public static NumberFormat getInfrastructureHeight(final CallContext context) {
415 return getFormatter(context.getMeta(), 2, 2);
416 }
413 } 417 }

http://dive4elements.wald.intevation.org