Measures
The following measurements functions are available:
Function |
Description |
|---|---|
Return a Geometry’s area |
|
Return the coordinate(s) of a Geometry closest to a POINT |
|
Return the point of Geometry A closest to Geometry B |
|
Compute the furthest coordinate(s) contained in a Geometry starting from a POINT |
|
Return the length of a Linestring |
|
Return a MULTIPOINT containing points along the line segments of a Geometry at a given segment length fraction and offset distance |
|
Returns the 2-dimensional longest LINESTRING between the points of two geometries |
|
Compute the maximum distance between two geometries |
|
Return the perimeter of a (multi)polygon |
|
Project a POINT on a (MULTI)LINESTRING |
|
Returns the 2-dimensional shortest LINESTRING between two geometries |