comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/commons/AbstractUInfoExporter.java @ 9107:41f4bc83aa7a

vegzones improved
author gernotbelger
date Tue, 29 May 2018 15:19:03 +0200
parents 7134a4c7d1b6
children
comparison
equal deleted inserted replaced
9106:ffd4e2b0381c 9107:41f4bc83aa7a
90 writeCSVMetaEntry(writer, I18NStrings.CSV_META_CREATION, msg(I18NStrings.CSV_META_CREATION_LABEL), df.format(new Date())); 90 writeCSVMetaEntry(writer, I18NStrings.CSV_META_CREATION, msg(I18NStrings.CSV_META_CREATION_LABEL), df.format(new Date()));
91 91
92 // "# Gewässer: " 92 // "# Gewässer: "
93 writeCSVMetaEntry(writer, I18NStrings.CSV_META_RIVER, msg(I18NStrings.CSV_META_RIVER_LABEL), river.getName()); 93 writeCSVMetaEntry(writer, I18NStrings.CSV_META_RIVER, msg(I18NStrings.CSV_META_RIVER_LABEL), river.getName());
94 94
95 // "# Höhensystem des Flusses: "
96 writeCSVMetaEntry(writer, I18NStrings.CSV_META_HEIGHT_UNIT_RIVER, river.getWstUnit()); // move to child?
97
98 if (calcRange != null) { 95 if (calcRange != null) {
99 // "# Ort/Bereich (km): " 96 // "# Ort/Bereich (km): "
100 writeCSVMetaEntry(writer, I18NStrings.CSV_META_RANGE, msg(I18NStrings.CSV_META_RANGE_LABEL), getKmFormatter().format(calcRange.getMinimumDouble()), 97 writeCSVMetaEntry(writer, I18NStrings.CSV_META_RANGE, msg(I18NStrings.CSV_META_RANGE_LABEL), getKmFormatter().format(calcRange.getMinimumDouble()),
101 getKmFormatter().format(calcRange.getMaximumDouble())); 98 getKmFormatter().format(calcRange.getMaximumDouble()));
102 } 99 }

http://dive4elements.wald.intevation.org