Revision 19414 trunk/libraries/libDataSource/src/org/gvsig/data/IDataStore.java

View differences:

IDataStore.java
4 4
import java.util.Iterator;
5 5
import java.util.List;
6 6

  
7
import org.cresques.cts.IProjection;
8 7
import org.gvsig.data.commands.ICommandsRecord;
9 8

  
10 9
public interface IDataStore extends IObservable{
......
73 72
	public Object getFullExtent();
74 73

  
75 74
	List getAllSRS();
76
	IProjection getDefaultSRS();
75
	String getDefaultSRS();
77 76
}
78 77

  

Also available in: Unified diff