Hi,
i want to build a voronoi diagramm, therefore i want first to build the 
delaunay traingulation of a pointset and then build a voronoi from the 
resulting graph.
Unfortunately DelaunayTriangulator does not work for me:
...
triangulating node 899
triangulating node 900
triangulating node 901
29.08.2008 11:12:51 org.geotools.graph.util.delaunay.DelaunayEdge setOtherFace
WARNUNG: Oops.  Face B is {(7.0720339,50.7264907), (7.0720253,50.7268493), 
(7.0721197,50.7265613)} and new Triangle is {(7.0720339,50.7264907), 
(7.0720253,50.7268493), (7.0721197,50.7265613)}
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Face A must 
be different from Face B.
        at 
org.geotools.graph.util.delaunay.DelaunayEdge.setOtherFace(DelaunayEdge.java:84)
        at 
org.geotools.graph.util.delaunay.DelaunayTriangulator.legalizeEdge(DelaunayTriangulator.java:402)
        at 
org.geotools.graph.util.delaunay.DelaunayTriangulator.legalizeEdge(DelaunayTriangulator.java:420)
        at 
org.geotools.graph.util.delaunay.DelaunayTriangulator.legalizeEdge(DelaunayTriangulator.java:419)
...
Can someone give me a hint, what may be wrong? All may points are unique.

Thank you very much,
Julian
-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to