Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/MetaDataService.java @ 835:2423cefe7d39
Removed trailing whitespace.
gnv-artifacts/trunk@936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sat, 17 Apr 2010 09:35:24 +0000 |
parents | fe0263926870 |
children | f953c9a559d8 |
comparison
equal
deleted
inserted
replaced
834:520a3b4da484 | 835:2423cefe7d39 |
---|---|
34 import de.intevation.gnv.geobackend.base.query.QueryExecutorFactory; | 34 import de.intevation.gnv.geobackend.base.query.QueryExecutorFactory; |
35 import de.intevation.gnv.geobackend.base.query.exception.QueryException; | 35 import de.intevation.gnv.geobackend.base.query.exception.QueryException; |
36 import de.intevation.gnv.utils.ArtifactXMLUtilities; | 36 import de.intevation.gnv.utils.ArtifactXMLUtilities; |
37 | 37 |
38 /** | 38 /** |
39 * This Class Provides the Functionality to return only those | 39 * This Class Provides the Functionality to return only those |
40 * Artifacfactories which fulfill the conditions of the Request. | 40 * Artifacfactories which fulfill the conditions of the Request. |
41 * | 41 * |
42 * This Service is used to implement the Functionality of the MV-GNV-Interface | 42 * This Service is used to implement the Functionality of the MV-GNV-Interface |
43 * by looking if an Region of an FIS is intersecting the Area which is send | 43 * by looking if an Region of an FIS is intersecting the Area which is send |
44 * during the Request or which FIS belongs to the requested MapServices. | 44 * during the Request or which FIS belongs to the requested MapServices. |
45 * | 45 * |
46 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> | 46 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> |
47 * | 47 * |
48 */ | 48 */ |
49 public class MetaDataService extends DefaultService { | 49 public class MetaDataService extends DefaultService { |
50 | 50 |