Revision 27042 branches/v2_0_0_prep/libraries/libFMap_controls/src-test/org/gvsig/fmap/mapcontrol/tools/AreaListenerTest.java

View differences:

AreaListenerTest.java
6 6

  
7 7
import org.cresques.cts.IProjection;
8 8
import org.gvsig.fmap.crs.CRSFactory;
9
import org.gvsig.fmap.geom.GeometryLibrary;
9
import org.gvsig.fmap.geom.impl.DefaultGeometryLibrary;
10 10
import org.gvsig.fmap.mapcontext.MapContext;
11 11
import org.gvsig.fmap.mapcontext.ViewPort;
12 12
import org.gvsig.fmap.mapcontrol.MapControl;
13
import org.gvsig.fmap.mapcontrol.tools.AreaListenerImpl;
14 13

  
15 14

  
16 15
public class AreaListenerTest extends TestCase{
......
31 30
	 */
32 31
	protected void register() {
33 32
		//Initializes the geometries library
34
		GeometryLibrary lib = new GeometryLibrary();		
33
		DefaultGeometryLibrary lib = new DefaultGeometryLibrary();		
35 34
		lib.initialize();
36 35
		lib.postInitialize();			
37 36
	}

Also available in: Unified diff