Revision 6498

View differences:

trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/impl/buffer/fmap/AttributeBufferVisitor.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2006-06-20 18:20:45  azabala
48
* Revision 1.2  2006-07-21 11:22:52  azabala
49
* fixed bug 654: AttributeBufferVisitor overwrited result processor of BufferVisitor (and always was null)
50
*
51
* Revision 1.1  2006/06/20 18:20:45  azabala
49 52
* first version in cvs
50 53
*
51 54
* Revision 1.2  2006/06/02 18:20:33  azabala
......
109 112
	 * It allows visitor to get attribute values link to geometries
110 113
	 */
111 114
	private SelectableDataSource recordset;
112
	/**
113
	 * Processes individual buffer results
114
	 * (we could persist them in a datastore, caching them, etc
115
	 */
116
	private GeoprocessingResultsProcessor resultProcessor;
117 115
	
118 116
	
119 117
	/**
......
126 124
	}
127 125

  
128 126
	public void stop(FLayer layer) {
129
		resultProcessor.finish();
127
		resultsProcessor.finish();
130 128
	}
131 129

  
132 130
	public boolean start(FLayer layer) {

Also available in: Unified diff