Skip to content
🎉 Apache Sedona 1.8.1 is now available! Check out the new features and improvements.

ST_Length2D

Introduction: Returns the perimeter of A. This function is an alias of ST_Length.

Warning

This function only supports LineString, MultiLineString, and GeometryCollections containing linear geometries. Use ST_Perimeter for polygons.

Format: ST_Length2D (A:geometry)

SQL example:

SELECT ST_Length2D(polygondf.countyshape)
FROM polygondf