Revision 27478

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/selection/SelectionFieldIterator.java
54 54
	 * @param selection The selection of rows to iterate through
55 55
	 * @param fieldIndex The name of the field to iterate on
56 56
	 */
57
	public SelectionFieldIterator(SelectableDataSource ds, BitSet selection, String fieldName) throws ReadDriverException {
57
	public SelectionFieldIterator(DataSource ds, BitSet selection, String fieldName) throws ReadDriverException {
58 58
		this(ds, selection, ds.getFieldIndexByName(fieldName));
59 59
	}
60 60

  

Also available in: Unified diff