comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/SINFOArtifact.java @ 9307:45bbd2c232f8

S-Info main value themes in flood duration w/q set to initially invisible
author mschaefer
date Wed, 25 Jul 2018 19:27:25 +0200
parents b194fa64506a
children fbfd66e8fb81
comparison
equal deleted inserted replaced
9306:8024e51e828a 9307:45bbd2c232f8
18 import org.dive4elements.river.artifacts.sinfo.common.FlowDepthDevelopmentPerYearProcessor; 18 import org.dive4elements.river.artifacts.sinfo.common.FlowDepthDevelopmentPerYearProcessor;
19 import org.dive4elements.river.artifacts.sinfo.common.FlowDepthDevelopmentProcessor; 19 import org.dive4elements.river.artifacts.sinfo.common.FlowDepthDevelopmentProcessor;
20 import org.dive4elements.river.artifacts.sinfo.common.FlowDepthProcessor; 20 import org.dive4elements.river.artifacts.sinfo.common.FlowDepthProcessor;
21 import org.dive4elements.river.artifacts.sinfo.common.TauProcessor; 21 import org.dive4elements.river.artifacts.sinfo.common.TauProcessor;
22 import org.dive4elements.river.artifacts.sinfo.common.VelocityProcessor; 22 import org.dive4elements.river.artifacts.sinfo.common.VelocityProcessor;
23 import org.dive4elements.river.artifacts.sinfo.flood_duration.FloodDurationCurveProcessor;
23 24
24 /** 25 /**
25 * The default SINFO artifact. 26 * The default SINFO artifact.
26 * 27 *
27 * @author Gernot Belger 28 * @author Gernot Belger
93 if (FlowDepthDevelopmentProcessor.FACET_FLOW_DEPTH_DEVELOPMENT_RAW.equals(name)) 94 if (FlowDepthDevelopmentProcessor.FACET_FLOW_DEPTH_DEVELOPMENT_RAW.equals(name))
94 return Boolean.FALSE; 95 return Boolean.FALSE;
95 if (FlowDepthDevelopmentPerYearProcessor.FACET_FLOW_DEPTH_DEVELOPMENT_PER_YEAR_RAW.equals(name)) 96 if (FlowDepthDevelopmentPerYearProcessor.FACET_FLOW_DEPTH_DEVELOPMENT_PER_YEAR_RAW.equals(name))
96 return Boolean.FALSE; 97 return Boolean.FALSE;
97 98
99 if (FloodDurationCurveProcessor.FACET_FLOOD_DURATION_MAINVALUES_W.equals(name))
100 return Boolean.FALSE;
101 if (FloodDurationCurveProcessor.FACET_FLOOD_DURATION_MAINVALUES_Q.equals(name))
102 return Boolean.FALSE;
103
98 return null; 104 return null;
99 } 105 }
100 }); 106 });
101 } 107 }
102 108

http://dive4elements.wald.intevation.org