Revision 34140 branches/v2_0_0_prep/libraries/libFMap_geometries/src-test/org/gvsig/fmap/geom/impl/DefaultGeometryManagerTest.java

View differences:

DefaultGeometryManagerTest.java
36 36
import junit.framework.TestCase;
37 37

  
38 38
import org.cresques.cts.ICoordTrans;
39

  
39 40
import org.gvsig.fmap.geom.Geometry;
40 41
import org.gvsig.fmap.geom.handler.Handler;
41 42
import org.gvsig.fmap.geom.operation.GeometryOperationContext;
......
377 378
			return null;
378 379
		}
379 380

  
381
        public double area() throws GeometryOperationNotSupportedException,
382
            GeometryOperationException {
383
            // TODO Auto-generated method stub
384
            return 0;
385
        }
386

  
387
        public double perimeter()
388
            throws GeometryOperationNotSupportedException,
389
            GeometryOperationException {
390
            // TODO Auto-generated method stub
391
            return 0;
392
        }
393

  
380 394
	}
381 395
}

Also available in: Unified diff