Revision 27063 branches/Mobile_Compatible_Hito_1/libProjectionDummy/src/org/gvsig/projection/dummy/DummyFactory.java

View differences:

DummyFactory.java
6 6
/**
7 7
 * @author csanchez
8 8
 */
9
public class DummyFactory extends CRSFactory {
9
public class DummyFactory implements CRSFactory {
10 10
	
11 11
	public static final org.gvsig.projection.dummy.ProjectionPool pool = new ProjectionPool();
12 12
	
......
22 22
	public String getDescription() {
23 23
		return "An empty dummy implementation to test the projection API";
24 24
	}
25

  
26
	public boolean doesRigurousTransformations() {
27
		// TODO Auto-generated method stub
28
		return false;
29
	}
25 30
}

Also available in: Unified diff