Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 747:a5e860f17a52
Added an new State wich will handle the Display of Coordinatevalues and fetch given Inputparameters from the Presettings and copy them to the InputValues.
gnv-artifacts/trunk@787 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 16 Mar 2010 13:02:56 +0000 |
parents | b81f6f896668 |
children | 5b9945798f86 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Mar 16 12:55:58 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Mar 16 13:02:56 2010 +0000 @@ -1,3 +1,13 @@ +2010-03-16 Tim Englich <tim.englich@intevation.de> + + * src/main/java/de/intevation/gnv/state/PreSettingsTransferCoordinateSelectionState.java: + Added an new State wich will handle the Display of Coordinatevalues and + fetch given Inputparameters from the Presettings and copy them to + the InputValues. + This new Class is necessary because we can have Pointobjects given in + the Presettings which should be used to fetch all MeshPoints within a + given Distance aroud the Coordinate and display its Coordindatevalues. + 2010-03-16 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/utils/InputValidator.java (getPointValue):