Revision 21803 trunk/libraries/libRaster/src/org/gvsig/raster/grid/filter/segmentation/FirstDerivativeFilter.java

View differences:

FirstDerivativeFilter.java
194 194
	 */
195 195
	public Object getResult(String name) {
196 196
		if (name.equals("raster")) {
197
			if(!exec)
198
				return (Object) this.raster;
199
			else
200
				return (Object) this.rasterResult;
201
		} else {
202
			return null;
197
			if (!exec)
198
				return this.raster;
199
			return this.rasterResult;
203 200
		}
201
		return null;
204 202
	}
205 203

  
206 204
	/*

Also available in: Unified diff