| MaxDistanceOp |
An operation to compute the maximum distance between two geometries.
|
| ST_ClosestCoordinate |
ST_ClosestCoordinate computes the closest coordinate(s) contained in the
given geometry starting from the given point, using the 2D distance.
|
| ST_ClosestPoint |
ST_ClosestPoint returns the 2D point on geometry A that is closest to
geometry B.
|
| ST_FurthestCoordinate |
ST_FurthestCoordinate computes the furthest coordinate(s) contained in the
given geometry starting from the given point, using the 2D distance.
|
| ST_LocateAlong |
ST_LocateAlong returns a MULTIPOINT containing points along the line
segments of the given geometry matching the specified segment length
fraction and offset distance.
|
| ST_LongestLine |
Returns the 2-dimensional longest line between the points of two geometries.
|
| ST_MaxDistance |
Compute the maximum distance between two geometries.
|
| ST_ProjectPoint |
|
| ST_ShortestLine |
Returns the 2-dimensional shortest line between two geometries.
|