Revision 32189 branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/result/impl/DefaultDissolveResult.java

View differences:

DefaultDissolveResult.java
35 35
import org.gvsig.fmap.geom.util.Converter;
36 36
import org.gvsig.geocoding.result.DissolveResult;
37 37
import org.gvsig.geocoding.result.ScoredFeature;
38
import org.jfree.util.Log;
38 39

  
39 40
/**
40
 * DissolveResult class implementation, This class has the new dissolved geometry and the
41
 * references of features dissolved
41
 * DissolveResult class implementation, This class has the new dissolved
42
 * geometry and the references of features dissolved
42 43
 * 
43 44
 * @author <a href="mailto:jsanz@prodevelop.es"> Jorge Gaspar Sanz Salinas</a>
44
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicente Sanjaime Calvet</a>
45
 * @author <a href="mailto:vsanjaime@prodevelop.es"> Vicent Sanjaime Calvet</a>
45 46
 */
46 47

  
47 48
public class DefaultDissolveResult implements DissolveResult {
......
94 95
		try {
95 96
			this.geom = Converter.jtsToGeometry(jtsGeom);
96 97
		} catch (CreateGeometryException e) {
97
			// TODO Auto-generated catch block
98
			e.printStackTrace();
98
			Log.error("Error parsing JTS geometry to gvSIG geometry", e);
99 99
		}
100 100
	}
101 101

  

Also available in: Unified diff