comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/OutputHelper.java @ 804:9058c08eac3a

Added more Javadoc in some classes of state.profile. gnv-artifacts/trunk@886 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 08 Apr 2010 10:10:04 +0000
parents c4156275c1e1
children f953c9a559d8
comparison
equal deleted inserted replaced
803:feae2f9d6c6f 804:9058c08eac3a
19 public static final double EPS = 1e-5d; 19 public static final double EPS = 1e-5d;
20 20
21 private OutputHelper() { 21 private OutputHelper() {
22 } 22 }
23 23
24
25 /**
26 * Creates a PolygonSeries representing the seabed used to be displayed in a
27 * 2D-chart.
28 *
29 * @param interpolation The interpolation which supports information about
30 * the max depth, the cell width and height.
31 * @param fill The fill color as integer.
32 * @return a PolygonSeries representing the seabed.
33 */
24 public static PolygonSeries createSeabedPolygon( 34 public static PolygonSeries createSeabedPolygon(
25 Interpolation3D interpolation, 35 Interpolation3D interpolation,
26 Integer fill 36 Integer fill
27 ) { 37 ) {
28 double maxDepth = interpolation.getMaxDepth(); 38 double maxDepth = interpolation.getMaxDepth();

http://dive4elements.wald.intevation.org