diff artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadProcessor.java @ 8098:09725b65955a

Add new and simplyfied SedimentLoadFacet The SedimentLoadFacet is intended to work with the Measurement stations. It uses the same mechanismn to access the Mesurement station values as the calculation does. SedimentLoadLS values need a different facet that will come soon.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 15 Aug 2014 18:27:19 +0200
parents 963ede7b32bb
children ca072278ad02
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadProcessor.java	Fri Aug 15 18:25:43 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadProcessor.java	Fri Aug 15 18:27:19 2014 +0200
@@ -45,6 +45,7 @@
         String facetName = bundle.getFacetName();
         double [][] points;
 
+        logger.debug("Do out for: " + facetName);
         if (FacetTypes.IS.SEDIMENT_LOAD_M3A(facetName) ||
                 FacetTypes.IS.SEDIMENT_LOAD_TA(facetName)) {
             points = (double[][]) data;

http://dive4elements.wald.intevation.org