Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FlowVelocityFacet.java @ 4630:63368dcc3f94
Moved MovingAverage into math package
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 03 Dec 2012 18:44:48 +0100 |
parents | 5b551e3a58d5 |
children | 87c938d082d6 |
comparison
equal
deleted
inserted
replaced
4629:e29f368c09ba | 4630:63368dcc3f94 |
---|---|
7 | 7 |
8 import de.intevation.flys.artifacts.FLYSArtifact; | 8 import de.intevation.flys.artifacts.FLYSArtifact; |
9 | 9 |
10 import de.intevation.flys.artifacts.access.RiverAccess; | 10 import de.intevation.flys.artifacts.access.RiverAccess; |
11 import de.intevation.flys.artifacts.context.FLYSContext; | 11 import de.intevation.flys.artifacts.context.FLYSContext; |
12 | |
13 import de.intevation.flys.artifacts.math.MovingAverage; | |
12 import de.intevation.flys.artifacts.states.DefaultState.ComputeType; | 14 import de.intevation.flys.artifacts.states.DefaultState.ComputeType; |
13 | 15 |
14 import org.apache.log4j.Logger; | 16 import org.apache.log4j.Logger; |
15 | |
16 | 17 |
17 /** | 18 /** |
18 * Facet of a FlowVelocity curve. | 19 * Facet of a FlowVelocity curve. |
19 */ | 20 */ |
20 public class FlowVelocityFacet extends DataFacet { | 21 public class FlowVelocityFacet extends DataFacet { |