Polygon properties
Title | Description |
---|---|
AREA | Synonym for ST_AREA. |
CENTROID | Synonym for ST_CENTROID. |
ExteriorRing | Synonym for ST_ExteriorRing. |
InteriorRingN | Synonym for ST_InteriorRingN. |
NumInteriorRings | Synonym for NumInteriorRings. |
ST_AREA | Area of a Polygon. |
ST_CENTROID | The mathematical centroid (geometric center) for a MultiPolygon. |
ST_ExteriorRing | Returns the exterior ring of a Polygon as a LineString. |
ST_InteriorRingN | Returns the N-th interior ring for a Polygon. |
ST_NumInteriorRings | Number of interior rings in a Polygon. |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/polygon-properties/