Opened 4 years ago
Last modified 3 years ago
#4861 new enhancement
topology.PointOnFace(toponame, face_id)
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | topology | Version: | |
Keywords: | Cc: |
Description (last modified by )
Similar to ST_PointOnSurface() the function would return a point found on the interior of the given face. This would be an optimization over calling ST_PointOnSurface(ST_GetFaceGeometry(toponame, face_id))
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 3 years ago
Milestone: | PostGIS 3.2.0 → PostGIS Fund Me |
---|
comment:3 by , 3 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
This function will be useful to implement PointOnSurface(TopoGeometry), see #4865