|
Class Summary |
| 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_ProjectPoint |
|