What is the difference between a ring and a polygon in forcing geometry?
1 answer
In Boost.Geometry, a Polygon is defined as an areal geometry containing an outer ring and a number of inner rings (holes).
The ring represents one of the polygons. It differs from OGC LinearRing because it represents geometry. When used alone, it can be viewed as a polygon with no holes.
+2
source to share