comparison artifacts/src/main/java/org/dive4elements/river/exports/DischargeLongitudinalSectionGenerator.java @ 5864:f2e46a668fe6

River artifacts: Renamed FLYSAnnotation to RiverAnnotation.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:04:44 +0200
parents 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5863:4897a58c8746 5864:f2e46a668fe6
21 import org.dive4elements.river.artifacts.model.WQCKms; 21 import org.dive4elements.river.artifacts.model.WQCKms;
22 import org.dive4elements.river.artifacts.model.WQKms; 22 import org.dive4elements.river.artifacts.model.WQKms;
23 import org.dive4elements.river.exports.process.Processor; 23 import org.dive4elements.river.exports.process.Processor;
24 import org.dive4elements.river.exports.process.WOutProcessor; 24 import org.dive4elements.river.exports.process.WOutProcessor;
25 25
26 import org.dive4elements.river.jfree.FLYSAnnotation; 26 import org.dive4elements.river.jfree.RiverAnnotation;
27 import org.dive4elements.river.jfree.StyledXYSeries; 27 import org.dive4elements.river.jfree.StyledXYSeries;
28 28
29 29
30 30
31 /** 31 /**
75 facet, 75 facet,
76 attr, 76 attr,
77 visible); 77 visible);
78 } 78 }
79 else if (name.equals(LONGITUDINAL_ANNOTATION)) { 79 else if (name.equals(LONGITUDINAL_ANNOTATION)) {
80 doAnnotations((FLYSAnnotation) artifactFacet.getData(context), 80 doAnnotations((RiverAnnotation) artifactFacet.getData(context),
81 artifactFacet, attr, visible); 81 artifactFacet, attr, visible);
82 } 82 }
83 else if (FacetTypes.IS.MANUALPOINTS(name)) { 83 else if (FacetTypes.IS.MANUALPOINTS(name)) {
84 doPoints(artifactFacet.getData(context), 84 doPoints(artifactFacet.getData(context),
85 artifactFacet, 85 artifactFacet,

http://dive4elements.wald.intevation.org