Revision 39108

View differences:

branches/v2_0_0_prep/libraries/libFMap_geometries/src-test/org/gvsig/fmap/geom/impl/DefaultGeometryManagerTest.java
435 435
            
436 436
        }
437 437

  
438
        /* (non-Javadoc)
439
         * @see org.gvsig.fmap.geom.Geometry#closestPoints(org.gvsig.fmap.geom.Geometry)
440
         */
441
        public Geometry[] closestPoints(Geometry other)
442
            throws GeometryOperationNotSupportedException,
443
            GeometryOperationException {
444
            // TODO Auto-generated method stub
445
            return null;
446
        }
447

  
448
        /* (non-Javadoc)
449
         * @see org.gvsig.fmap.geom.Geometry#isWithinDistance(org.gvsig.fmap.geom.Geometry, double)
450
         */
451
        public boolean isWithinDistance(Geometry other, double distance)
452
            throws GeometryOperationNotSupportedException,
453
            GeometryOperationException {
454
            // TODO Auto-generated method stub
455
            return false;
456
        }
457

  
458
        /* (non-Javadoc)
459
         * @see org.gvsig.fmap.geom.Geometry#snapTo(org.gvsig.fmap.geom.Geometry, double)
460
         */
461
        public Geometry snapTo(Geometry other, double snapTolerance)
462
            throws GeometryOperationNotSupportedException,
463
            GeometryOperationException {
464
            // TODO Auto-generated method stub
465
            return null;
466
        }
467

  
438 468
	}
439 469
}

Also available in: Unified diff