[postgis-tickets] [PostGIS] #4859: Add ST_Point, ST_PointZ, ST_PointM, ST_PointZM with optional SRID

PostGIS trac at osgeo.org
Thu Feb 18 15:26:47 PST 2021


#4859: Add ST_Point, ST_PointZ, ST_PointM, ST_PointZM with optional SRID
-------------------------+---------------------------
 Reporter:  mdavis       |      Owner:  pramsey
     Type:  enhancement  |     Status:  new
 Priority:  medium       |  Milestone:  PostGIS 3.2.0
Component:  postgis      |    Version:  master
 Keywords:               |
-------------------------+---------------------------
 For convenience and brevity it would be nice to have POINT constructors
 that can handle all dimensions, and can include an optional SRID:
 {{{
 ST_Point(X, Y [, srid=0] )
 ST_PointZ(X, Y, Z [, srid=0] )
 ST_PointM(X, Y, M [, srid=0] )
 ST_PointZM(X, Y, Z, M [, srid=0] )
 }}}
 Or perhaps the SRID could be provided as a named parameter, to avoid
 unintentional errors by using the wrong function name?

 See [https://lists.osgeo.org/pipermail/postgis-
 devel/2020-December/028758.html discussion] on the Dev list.  See also
 #4819.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4859>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list