Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WaterLineArtifact.java @ 3272:31168ac9c7e7
Partial fix for issue694 (heightmarks snap to nearest cross section).
flys-artifacts/trunk@4916 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 10 Jul 2012 15:31:56 +0000 |
parents | ed07dd55f487 |
children | 6153c50f78cf |
comparison
equal
deleted
inserted
replaced
3271:4c4ec9e9650a | 3272:31168ac9c7e7 |
---|---|
7 */ | 7 */ |
8 public interface WaterLineArtifact { | 8 public interface WaterLineArtifact { |
9 | 9 |
10 /** Get points that define a line of a (water)facet against a cross- | 10 /** Get points that define a line of a (water)facet against a cross- |
11 * section. */ | 11 * section. */ |
12 public Lines.LineData getWaterLines(int facetIdx, FastCrossSectionLine csl); | 12 public Lines.LineData getWaterLines(int facetIdx, FastCrossSectionLine csl, double d, double w); |
13 } | 13 } |
14 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : | 14 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : |