[postgis-tickets] [PostGIS] #4865: topology.PointOnSurface(TopoGeometry)
PostGIS
trac at osgeo.org
Tue Mar 2 01:19:02 PST 2021
#4865: topology.PointOnSurface(TopoGeometry)
-------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.2.0
Component: topology | Version:
Keywords: |
-------------------------+---------------------------
To do the ST_PointOnSurface() operation without the need for a cast to
Geometry.
I would not use an `ST_` prefixed functions because that prefix under
topology is used to distinguish ISO SQL/MM specified signatures from the
others, and SQL/MM does NOT know about TopoGeometry at all.
But we could be nice and use the ST prefix like we actually already do
with ST_Simplify(TopoGeometry) -
https://postgis.net/docs/TP_ST_Simplify.html
See also #4861 which would likely be a basic component of this, for Areal
TopoGeometry objects
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4865>
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