comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFacet.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents b32c1927f90d
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
57 RiverAccess access = new RiverAccess(arti); 57 RiverAccess access = new RiverAccess(arti);
58 String idStr = arti.getDataAsString("load_id"); 58 String idStr = arti.getDataAsString("load_id");
59 int id = Integer.valueOf(idStr); 59 int id = Integer.valueOf(idStr);
60 60
61 /* Get all the data from the river. This will be nicely cached. */ 61 /* Get all the data from the river. This will be nicely cached. */
62 SedimentLoadData allLoadData = SedimentLoadDataFactory.INSTANCE.getSedimentLoadData( 62 SedimentLoadData allLoadData =
63 SedimentLoadDataFactory.INSTANCE.getSedimentLoadData(
63 access.getRiverName()); 64 access.getRiverName());
64 65
65 /* Now lets get what we want */ 66 /* Now lets get what we want */
66 TDoubleArrayList xPos = new TDoubleArrayList(); 67 TDoubleArrayList xPos = new TDoubleArrayList();
67 TDoubleArrayList yPos = new TDoubleArrayList(); 68 TDoubleArrayList yPos = new TDoubleArrayList();

http://dive4elements.wald.intevation.org