comparison artifacts/src/main/java/org/dive4elements/river/utils/Formatter.java @ 8554:3a0522f1a532

Morphological width imported and stored with heights is redundant to table morphologic_width.
author "Tom Gottfried <tom@intevation.de>"
date Mon, 16 Feb 2015 09:00:08 +0100
parents b5e9b8b5c8d6
children 5e38e2924c07
comparison
equal deleted inserted replaced
8553:17c476e90c07 8554:3a0522f1a532
413 MIDDLE_BED_HEIGHT_SOUNDING_WIDTH_MIN_DIGITS, 413 MIDDLE_BED_HEIGHT_SOUNDING_WIDTH_MIN_DIGITS,
414 MIDDLE_BED_HEIGHT_SOUNDING_WIDTH_MAX_DIGITS); 414 MIDDLE_BED_HEIGHT_SOUNDING_WIDTH_MAX_DIGITS);
415 } 415 }
416 416
417 417
418 public static NumberFormat getMiddleBedHeightWidth(CallContext context) {
419 return getFormatter(
420 context,
421 MIDDLE_BED_HEIGHT_WIDTH_MIN_DIGITS,
422 MIDDLE_BED_HEIGHT_WIDTH_MAX_DIGITS);
423 }
424
425 public static NumberFormat getFixDeltaWKM(CallContext context) { 418 public static NumberFormat getFixDeltaWKM(CallContext context) {
426 return getFormatter( 419 return getFormatter(
427 context, 420 context,
428 FIX_DELTA_W_KM_MIN_DIGITS, 421 FIX_DELTA_W_KM_MIN_DIGITS,
429 FIX_DELTA_W_KM_MAX_DIGITS); 422 FIX_DELTA_W_KM_MAX_DIGITS);

http://dive4elements.wald.intevation.org