diff artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/salix/SalixLineCalculator.java @ 9514:ee6508687e3f

Added default vegetation zones tzo iota result map.
author gernotbelger
date Mon, 01 Oct 2018 13:03:42 +0200
parents 8b7bf26b8782
children 7c8d62867876
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/salix/SalixLineCalculator.java	Mon Oct 01 13:01:55 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/salix/SalixLineCalculator.java	Mon Oct 01 13:03:42 2018 +0200
@@ -177,28 +177,4 @@
         noScen.add(null);
         return noScen;
     }
-
-    // /**
-    // * Find and return a height (iota, w main value) of a station in a previously calculated result
-    // */
-    // public double fetchStationHeight(final double station, final AbstractResultType resultType,
-    // final SalixLineCalculationResult result) {
-    //
-    // // Search the station in the previously calculated result rows
-    // final ResultRow stationRow = searchStation(station, result.getRows());
-    // if (stationRow != null)
-    // return stationRow.getDoubleValue(resultType);
-    // return Double.NaN;
-    // }
-
-    // /**
-    // * Searches the row of a station in a result rows collection
-    // */
-    // private ResultRow searchStation(final double station, final Collection<ResultRow> rows) {
-    // for (final ResultRow row : rows) {
-    // if (row.getDoubleValue(GeneralResultType.station) > station + 0.0001)
-    // return row;
-    // }
-    // return null;
-    // }
 }
\ No newline at end of file

http://dive4elements.wald.intevation.org