Revision 23687 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/index/Index.java

View differences:

Index.java
30 30

  
31 31
import java.util.List;
32 32

  
33
import org.gvsig.fmap.data.DataParameters;
34

  
35 33
/**
36 34
 * 
37 35
 * @author jyarza
......
39 37
 */
40 38
public interface Index {
41 39
	
42
	public List query(DataParameters params) throws IndexException;
40
	public List query(IndexParameters params) throws IndexException;
43 41
	
44 42
}
45 43

  

Also available in: Unified diff