struct
PostGIS::Polygon(Point)
- PostGIS::Polygon(Point)
- PostGIS::Geometry
- Struct
- Value
- Object
Overview
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.
Defined in:
postgis.crConstructors
Instance Method Summary
- #rings : Array(Array(Point))
-
#sections : Array(Array(Point))
DEPRECATED Use
#ringsinstead.