Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 402:b88e881e8e94
Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
gnv/trunk@573 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 19 Jan 2010 14:47:36 +0000 |
parents | 002a4d38c16d |
children | 24a6c0cb0a62 |
comparison
equal
deleted
inserted
replaced
401:002a4d38c16d | 402:b88e881e8e94 |
---|---|
1 2010-01-19 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java: | |
4 DefaultImplementation of the Interface MapService. | |
5 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java : | |
6 Added a new Interfacespecification for representing an MapService retrieved | |
7 by an MapViewer-Call | |
8 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java: | |
9 DefaultImplementation of the Interface Layer. | |
10 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/Layer.java: | |
11 Added a new Interfacespecification for representing an Layer retrieved | |
12 by an MapViewer-Call | |
13 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getArtifactFactoryMetaInformation), | |
14 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getArtifactFactoryMetaInformation): | |
15 Added new Method for retrieving Metainformation for the ArtifactFactories using | |
16 the Data which is parsed using the ExternalCallParser. | |
17 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserException.java (ExternalCallParserException): | |
18 New ExceptionClass which is used to specify Exception which occurs during parsing | |
19 an ExternalCallParser. | |
20 * src/main/java/de/intevation/gnv/action/mapviewer/parser/XMLExternalCallParser.java : | |
21 Added an Implementation of the Inteface ExternalCallParser which is able to parse | |
22 an XML-Document. | |
23 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java : | |
24 Added a new Interface which provides the required Methods for parsing an | |
25 Request from the MapViewer an provide the parsed Data. | |
26 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java: | |
27 Added new Action which provied the reauired logic for Implementing the | |
28 Interface to the MapViewer. | |
29 | |
1 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 30 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 31 |
3 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a new controller | 32 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a new controller |
4 which causes a return to the point, where the user can choose a fis. | 33 which causes a return to the point, where the user can choose a fis. |
5 | 34 |