comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/StateBase.java @ 461:3ddc22aab764

Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant. ISSUE137 gnv-artifacts/trunk@515 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 08 Jan 2010 14:27:49 +0000
parents b8080695ea62
children 70df44021a9f
comparison
equal deleted inserted replaced
460:bdbca6022cf5 461:3ddc22aab764
499 valuePos = 1; 499 valuePos = 1;
500 } 500 }
501 initialized = true; 501 initialized = true;
502 } 502 }
503 String tmpKey = resultValue.getString(keyPos); 503 String tmpKey = resultValue.getString(keyPos);
504 // TODO: HACK da die ARCSDE kein DISTINCT auf räumlichen Anfragen unterstützt. 504 // TODO: FIXME: We have to do that because the arcsde does not support a distinct Query on Layers.
505 if (previousKey == null || !tmpKey.equals(previousKey)){ 505 if (previousKey == null || !tmpKey.equals(previousKey)){
506 previousKey = tmpKey; 506 previousKey = tmpKey;
507 keyValueDescibeData.add(new DefaultKeyValueDescribeData(tmpKey, resultValue.getString(valuePos))); 507 keyValueDescibeData.add(new DefaultKeyValueDescribeData(tmpKey, resultValue.getString(valuePos)));
508 } 508 }
509 } 509 }

http://dive4elements.wald.intevation.org