PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ PG_FUNCTION_INFO_V1() [5/97]

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.