comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/layer/LayerMetaData.java @ 870:dfd02f8d3602

Removed trailing whitespace. gnv-artifacts/trunk@1010 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 28 Apr 2010 06:53:44 +0000
parents 3fbabd4803d7
children 04967dc9c83f
comparison
equal deleted inserted replaced
869:27112636e8bb 870:dfd02f8d3602
29 * the Mapfileentry. 29 * the Mapfileentry.
30 * @param queryValues the Values that should be used to Query the data 30 * @param queryValues the Values that should be used to Query the data
31 * @param geometryWKT The Geometry represented by as an WKT to Query the Data. 31 * @param geometryWKT The Geometry represented by as an WKT to Query the Data.
32 */ 32 */
33 public LayerMetaData(String table, String geometryType, String where, 33 public LayerMetaData(String table, String geometryType, String where,
34 String columns, String templateID, 34 String columns, String templateID,
35 String[] queryValues,String geometryWKT) { 35 String[] queryValues,String geometryWKT) {
36 super(); 36 super();
37 this.table = table; 37 this.table = table;
38 this.geometryType = geometryType; 38 this.geometryType = geometryType;
39 this.where = where; 39 this.where = where;

http://dive4elements.wald.intevation.org