Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/Changelog @ 116:820238357bab
Added Horizontal-Profile-Support for Meshes.
Modify the Workflow for Horizontal-Profile-InstantaneousPoint
gnv-artifacts/trunk@169 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 02 Oct 2009 08:07:00 +0000 |
parents | 158e89c2263b |
children | ef157bd2fa92 |
comparison
equal
deleted
inserted
replaced
115:158e89c2263b | 116:820238357bab |
---|---|
1 2009-10-02 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/test/ressources/conf.xml Edited: | |
4 Added the Configuration of the Horizontal-Profile.Mesh. | |
5 Also Edited the Workflowq for HorizontalProfile-Instantaneouspoint and | |
6 Put three n ew FIS into the Configuration which represents HorizontalProfile-Instantaneouspoint. | |
7 * src/test/ressources/horizontalProfile_instantaneouspoint/*.xml Edited, | |
8 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java (testHorizontalProfileInstantaneousPointArtifact) Edited: | |
9 Edited the Workflowlogic given by new Specification of the BSH. | |
10 * src/test/ressources/horizontalProfile_mesh/*.xml Added: | |
11 The Request for do an Workflow for an HorizontalProfile-Mesh | |
12 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java (testHorizontalProfileMeshPointArtifact) Edited: | |
13 Added TestCase for HorizontalProfiles of Type Mesh. | |
14 * src/test/java/de/intevation/gnv/artifacts/TestCallContext.java (getMeta) Edited: | |
15 Added new Method which is defined in the implemented Interface. | |
16 * src/main/java/de/intevation/gnv/utils/InputValidator.java (isInputValid) Edited: | |
17 Added the Validation of InputValues from Type AttributeName which should represent | |
18 an QueryValue of Type String which must not put into "'". | |
19 * src/main/java/de/intevation/gnv/transition/profile/horizontal/NorthSouthEastWestTransition.java Added: | |
20 Transition to provide the possibility of choosing the axis of an Grid that should be used. | |
21 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (dataMultiSelect) Edited: | |
22 Changed from private to protected so that this mMeber could be accessed by within extending Classes. | |
23 * src/main/java/de/intevation/gnv/profile/horizontal/HorizontalProfileMeshArtifact.java Added: | |
24 Class for the Representation of Horizontal Profiles for the Type Mesh. | |
25 * src/main/java/de/intevation/gnv/chart/HorizontalProfileChartFactory.java (HorizontalProfileChartFactory) Edited: | |
26 Changed PlotOrientation so that the Profile is displayed correctly. | |
27 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java (advance) Edited: | |
28 Added Log-Message for better Workflowanalyzis. | |
29 | |
1 2009-10-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 30 2009-10-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 31 |
3 * src/main/java/de/intevation/gnv/artifacts/fis/FISArtifact.java, | 32 * src/main/java/de/intevation/gnv/artifacts/fis/FISArtifact.java, |
4 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java, | 33 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java, |
5 src/main/java/de/intevation/gnv/utils/ArtifactFactoryUtilities.java, | 34 src/main/java/de/intevation/gnv/utils/ArtifactFactoryUtilities.java, |