Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polygon snap rounding

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polygon snap rounding


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Polygon snap rounding
  • Date: Tue, 11 Oct 2011 08:26:27 +0200

You can apply the procedure for each polygon of each of its segments.

Sebastien.

Graviton wrote:
Hello,

I just wonder whether while CGAL has a snap rounding, which works on segment
(http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Snap_rounding_2/Chapter_main.html),
is there a polygon snap rounding, that works on polygon?

The reason I ask this is because I have a lot of polygons I import from a
drawing, these polygons represent entities that mustn't overlap, and can
only touch ( think about countries on a map), but due to a lot of rounding
errors, I can't retrieve the topological relationship between the polygons
directly ( the polygons may slightly overlap, two polygons that should be
adjacent to each other may have small gaps in between them, etc). So I would
need to somehow "round" them.

What do you think?
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Polygon-snap-rounding-tp3892833p3892833.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page