Revision 223 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.xyshift/src/main/java/org/gvsig/geoprocess/algorithm/xyshift/XYShiftAlgorithm.java

View differences:

XYShiftAlgorithm.java
95 95
			FeatureStore outFeatStore = buildOutPutStore(featureType, layer.getShapeType(), Sextante.getText("XYShift"), RESULT);
96 96
			
97 97
			GeometryOperation operation = new XYShiftOperation(x, y);
98
			operation.setProgressModel(this);
98
            operation.setTaskStatus(getStatus());
99 99
			operation.computesFeatureOperation(storeLayer, outFeatStore, attrNames, selectedGeom, true);
100 100
		} catch (DataException e) {
101 101
			Sextante.addErrorToLog(e);

Also available in: Unified diff