comparison artifacts/src/main/java/org/dive4elements/river/exports/CrossSectionGenerator.java @ 9499:853f2dafc16e

VegetationZones in CrossSectionsDiagram
author gernotbelger
date Thu, 27 Sep 2018 18:06:26 +0200
parents bd5f5d2220fa
children ee6508687e3f
comparison
equal deleted inserted replaced
9496:d8e753d0fdb9 9499:853f2dafc16e
23 import org.dive4elements.river.artifacts.geom.Lines; 23 import org.dive4elements.river.artifacts.geom.Lines;
24 import org.dive4elements.river.artifacts.model.CrossSectionFacet; 24 import org.dive4elements.river.artifacts.model.CrossSectionFacet;
25 import org.dive4elements.river.artifacts.model.FacetTypes; 25 import org.dive4elements.river.artifacts.model.FacetTypes;
26 import org.dive4elements.river.artifacts.model.HYKFactory; 26 import org.dive4elements.river.artifacts.model.HYKFactory;
27 import org.dive4elements.river.artifacts.resources.Resources; 27 import org.dive4elements.river.artifacts.resources.Resources;
28 import org.dive4elements.river.artifacts.uinfo.vegetationzones.VegetationZonesCrossSectionProcessor;
28 import org.dive4elements.river.jfree.RiverAnnotation; 29 import org.dive4elements.river.jfree.RiverAnnotation;
29 import org.dive4elements.river.jfree.StyledXYSeries; 30 import org.dive4elements.river.jfree.StyledXYSeries;
30 import org.dive4elements.river.model.FastCrossSectionLine; 31 import org.dive4elements.river.model.FastCrossSectionLine;
31 import org.dive4elements.river.themes.TextStyle; 32 import org.dive4elements.river.themes.TextStyle;
32 import org.dive4elements.river.themes.ThemeDocument; 33 import org.dive4elements.river.themes.ThemeDocument;
305 doHyk(artifactFacet.getData(context), 306 doHyk(artifactFacet.getData(context),
306 artifactFacet.getFacetDescription(), 307 artifactFacet.getFacetDescription(),
307 attr, 308 attr,
308 visible); 309 visible);
309 } 310 }
311 else if (name.equals(VegetationZonesCrossSectionProcessor.FACET_VEGETATION_ZONES_CROSS_SECTION)) {
312 VegetationZonesCrossSectionProcessor.generateSeries(this, artifactFacet, context, attr, visible);
313 }
310 else if (FacetTypes.IS.MANUALLINE(name)) { 314 else if (FacetTypes.IS.MANUALLINE(name)) {
311 doCrossSectionWaterLineOut( 315 doCrossSectionWaterLineOut(
312 artifactFacet.getData(context), 316 artifactFacet.getData(context),
313 artifactFacet.getFacetDescription(), 317 artifactFacet.getFacetDescription(),
314 attr, 318 attr,

http://dive4elements.wald.intevation.org