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

View differences:

TestSHP.java
41 41
import org.gvsig.fmap.dal.feature.FeatureStore;
42 42
import org.gvsig.fmap.dal.feature.FeatureType;
43 43
import org.gvsig.fmap.dal.feature.NewFeatureStoreParameters;
44
import org.gvsig.fmap.dal.index.spatial.jts.JTSIndexLibrary;
44 45
import org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemServerExplorer;
45 46
import org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemServerExplorerParameters;
46 47
import org.gvsig.fmap.dal.store.dbf.DBFStoreParameters;
......
80 81
		SHPLibrary shpLib = new SHPLibrary();
81 82
		shpLib.initialize();
82 83
		shpLib.postInitialize();
84

  
85
		JTSIndexLibrary jtsIndex = new JTSIndexLibrary();
86
		jtsIndex.initialize();
87
		jtsIndex.postInitialize();
88

  
83 89
		testSHPInitialized = true;
90

  
91

  
84 92
	}
85 93

  
86 94
	public void testSimpleIteration() {

Also available in: Unified diff