comparison artifacts/src/main/java/org/dive4elements/river/exports/MiddleBedHeightGenerator.java @ 6430:641fd5bd6965

Enable annotations in mean bed height longitudinal section diagramm.
author Tom Gottfried <tom@intevation.de>
date Wed, 26 Jun 2013 12:38:43 +0200
parents 128686fa5add
children ef3b02034f6a 1b35b2ddfc28
comparison
equal deleted inserted replaced
6417:14b5674e57a4 6430:641fd5bd6965
217 artifactAndFacet, 217 artifactAndFacet,
218 attr, 218 attr,
219 visible, 219 visible,
220 YAXIS.H.idx); 220 YAXIS.H.idx);
221 } 221 }
222 else if (name.equals(LONGITUDINAL_ANNOTATION)) {
223 doAnnotations(
224 (RiverAnnotation) artifactAndFacet.getData(context),
225 artifactAndFacet,
226 attr,
227 visible);
228 }
222 else if (bedp.canHandle(name)) { 229 else if (bedp.canHandle(name)) {
223 bedp.doOut(this, artifactAndFacet, attr, visible, YAXIS.P.idx); 230 bedp.doOut(this, artifactAndFacet, attr, visible, YAXIS.P.idx);
224 } 231 }
225 else if (woutp.canHandle(name)) { 232 else if (woutp.canHandle(name)) {
226 woutp.doOut(this, artifactAndFacet, attr, visible, YAXIS.W.idx); 233 woutp.doOut(this, artifactAndFacet, attr, visible, YAXIS.W.idx);

http://dive4elements.wald.intevation.org