Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#4819 closed enhancement (wontfix)

ST_Point(x,y,z,m,srid)

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 3.2.0
Component: postgis Version: master
Keywords: Cc:

Description

Add complete ST_Point variant, with SRID support and optional arguments for all combinations.

Change History (2)

comment:1 by pramsey, 3 years ago

Resolution: wontfix
Status: assignedclosed

Got sandbagged on the list, closing.

comment:2 by mdavis, 3 years ago

List discussion is here. Sounds like the main issue is the ambiguity of the parameters, and the difficulty of upgrade.

There was a suggestion of adding extra signatures to allow additional dimensions and an optional SRID:

ST_Point(X, Y [, srid=-1] )
ST_PointZ(X, Y, Z [, srid=-1] )
ST_PointM(X, Y, M [, srid=-1] )
ST_PointZM(X, Y, Z, M [, srid=-1] )
Note: See TracTickets for help on using tickets.