Revision 27672 branches/v2_0_0_prep/libraries/libFMap_dalfile/src-test/org/gvsig/fmap/dal/store/shp/TestSHP.java

View differences:

TestSHP.java
30 30
import java.io.File;
31 31
import java.util.Iterator;
32 32

  
33
import org.cresques.ProjectionLibrary;
34
import org.cresques.impl.CresquesCtsLibrary;
33 35
import org.gvsig.fmap.dal.DALFileLibrary;
34 36
import org.gvsig.fmap.dal.DataStoreParameters;
35 37
import org.gvsig.fmap.dal.exception.DataException;
......
82 84
		DefaultGeometryLibrary defGeomLib = new DefaultGeometryLibrary();
83 85
		defGeomLib.initialize();
84 86

  
87
		ProjectionLibrary projLib = new ProjectionLibrary();
88
		projLib.initialize();
85 89

  
90
		CresquesCtsLibrary cresquesLib = new CresquesCtsLibrary();
91
		cresquesLib.initialize();
92

  
86 93
		SHPLibrary shpLib = new SHPLibrary();
87 94
		shpLib.initialize();
88 95

  
......
91 98
		jtsIndex.initialize();
92 99

  
93 100
		defGeomLib.postInitialize();
101
		projLib.postInitialize();
102
		cresquesLib.postInitialize();
94 103
		libFile.postInitialize();
95 104
		shpLib.postInitialize();
96 105
		jtsIndex.postInitialize();

Also available in: Unified diff