comparison artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java @ 7533:20b1cfa1e005

Cosmetics, break overlong lines.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 07 Nov 2013 10:27:41 +0100
parents 8ba53c5b86a7
children a338ad099c7a
comparison
equal deleted inserted replaced
7532:aeeabb580b12 7533:20b1cfa1e005
139 name += " - " + dateFormatter.format( 139 name += " - " + dateFormatter.format(
140 flowVelocityMeasurement.getDatetime()); 140 flowVelocityMeasurement.getDatetime());
141 141
142 Facet vFacet = new FlowVelocityMeasurementFacet( 142 Facet vFacet = new FlowVelocityMeasurementFacet(
143 FLOW_VELOCITY_MEASUREMENT, 143 FLOW_VELOCITY_MEASUREMENT,
144 Resources.getMsg(callMeta, I18N_WATERLEVEL_FACET, FlowVelocityState.I18N_TAU_FACET, new Object[] { name})); 144 Resources.getMsg(callMeta,
145 I18N_WATERLEVEL_FACET,
146 FlowVelocityState.I18N_TAU_FACET,
147 new Object[] { name }));
145 fs.add(vFacet); 148 fs.add(vFacet);
146 149
147 Facet qFacet = new FlowVelocityMeasurementFacet( 150 Facet qFacet = new FlowVelocityMeasurementFacet(
148 FLOW_VELOCITY_DISCHARGE, 151 FLOW_VELOCITY_DISCHARGE,
149 Resources.getMsg(callMeta, FlowVelocityState.I18N_DISCHARGE_FACET, FlowVelocityState.I18N_DISCHARGE_FACET, new Object[] { name})); 152 Resources.getMsg(callMeta,
153 FlowVelocityState.I18N_DISCHARGE_FACET,
154 FlowVelocityState.I18N_DISCHARGE_FACET,
155 new Object[] { name }));
150 fs.add(qFacet); 156 fs.add(qFacet);
151 157
152 Facet wFacet = new FlowVelocityMeasurementFacet( 158 Facet wFacet = new FlowVelocityMeasurementFacet(
153 FLOW_VELOCITY_WATERLEVEL, 159 FLOW_VELOCITY_WATERLEVEL,
154 Resources.getMsg(callMeta, I18N_VELOCITY_FACET, FlowVelocityState.I18N_TAU_FACET, new Object[] { name})); 160 Resources.getMsg(callMeta,
161 I18N_VELOCITY_FACET,
162 FlowVelocityState.I18N_TAU_FACET,
163 new Object[] { name }));
155 fs.add(wFacet); 164 fs.add(wFacet);
156 165
157 addFacets(state.getID(), fs); 166 addFacets(state.getID(), fs);
158 addStringData(DATA_NAME, code); 167 addStringData(DATA_NAME, code);
159 } 168 }

http://dive4elements.wald.intevation.org