Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1089:1dc08501a1be
Implemented necessary classes (artifact, output state) used for a new product 'Achsenparalleler Vertikalschnitt.
gnv-artifacts/trunk@1203 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Sat, 12 Jun 2010 12:59:48 +0000 |
parents | 46cc1ab1ee15 |
children | fb2d07f7a5ae |
comparison
equal
deleted
inserted
replaced
1088:46cc1ab1ee15 | 1089:1dc08501a1be |
---|---|
1 2010-06-12 Ingo Weinzierl <ingo_weinzierl@web.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/profile/verticalcrosssection/VerticalCrossSectionMeshParallelArtifact.java: | |
4 A new artifact that is used for the product 'Achsenparalleler | |
5 Vertikalschnitt'. | |
6 | |
7 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | |
8 The determination of the linestring that is used in the interpolation is | |
9 outsourced to an own method. This makes it possible to be overriden by | |
10 subclasses. | |
11 | |
12 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionParallelOutputState.java: | |
13 Inherits of VerticalCrossSectionOutputState. It overrides the linestring | |
14 determination. In this product, no linestring is given by user input but | |
15 an axis of the mesh is selected. The linestring is made up by the point of | |
16 this axis. | |
17 | |
1 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 18 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 19 |
3 Issue286 - Input validation of time ranges | 20 Issue286 - Input validation of time ranges |
4 | 21 |
5 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Removed the | 22 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Removed the |