Represents a polygon in spherical geometry that can be used as an argument for geospatial queries.
The polygon is comprised of at least one outer ring and optionally multiple internal rings representing holes with the following restrictions:
Each ring must contains at least 3 distinct points, where the first and the last point must be the same to indicate a closed ring (this means that each ring
must have at least 4 points).
The interior rings must be entirely inside the outer ring.
Represents a polygon in spherical geometry that can be used as an argument for geospatial queries. The polygon is comprised of at least one outer ring and optionally multiple internal rings representing holes with the following restrictions: