Revision 22589

View differences:

branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/expressionevaluator/functions/GeomFromText.java
65 65
		runtime.stack.push(geometryFromText(text, srs));
66 66
	}
67 67

  
68
	private static Object geometryFromText(String text, String srs)
68
	private static Geometry geometryFromText(String text, String srs)
69 69
			throws ParseException {
70 70
		if (!lastTextGeometry.equals(text) || !lastSRS.equals(srs)) {
71 71
			try {

Also available in: Unified diff