class Polygon
-
shell
Returns the shell or exterior ring of this polygon, as a LinearRing
geometry.
-
exterior_ring
An alias for shell
.
-
centroid
Returns a Point
representing the centroid of this polygon.
class Polygon
shell
Returns the shell or exterior ring of this polygon, as a LinearRing
geometry.
exterior_ring
An alias for shell
.
centroid
Returns a Point
representing the centroid of this polygon.
Please login to continue.