PostGIS::Polygon(Point)
Inherits PostGIS::Geometry < Struct < Value < Object
Rings of points: the first is the exterior ring, the rest are holes. All
polygons must be closed (the first point is equal to the last). For an
unclosed version, use LineString.
Constructors
Instance methods
rings
Source