use_spheroid to true. This calculates the geodesic perimeter using the WGS84 spheroid. When using use_spheroid, the lenient parameter defaults to true, assuming the geometry uses EPSG:4326. To throw an exception instead, set lenient to false.
This function is an alias for ST_Perimeter.
Signatures
Parameters
The input geometry.
The use_spheroid value.
The lenient value.
Return type
A numeric value.

