PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ PG_FUNCTION_INFO_V1() [4/97]

PG_FUNCTION_INFO_V1 ( geometry_project_direction  )

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.