PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ PG_FUNCTION_INFO_V1() [5/96]

PG_FUNCTION_INFO_V1 ( geometry_project_geometry  )

Project a new point from a start point, direction and distance.

ST_Project(geometry, distance, azimuth) Azimuth is measured in radians, clockwise from north. Distance is in SRID units. Geometry must be point.