See: Description
GeometryGraph representing an area (a
Polygon or
MultiPolygon ) has consistent semantics for area geometries.
LinearRings are nested inside another ring in the set, using a spatial index to speed up the comparisons.
LinearRings are nested inside another ring in the set, using a
Quadtree index to speed up the comparisons.
LinearRings are nested inside another ring in the set, using a simple O(n^2) comparison.
LinearRings are nested inside another ring in the set, using a
SweepLineIndex index to speed up the comparisons.
Geometry validation error