Opened 14 years ago
Closed 14 years ago
#849 closed enhancement (fixed)
Topology: function GetFaceByPoint($1,$2,$3)
Reported by: | aperi2007 | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | history | Cc: |
Description
The third function I guess is useful to query a topology is the GetFaceByPoint() function. It retrieve a face_id from a couple of coordinate exactly as the others two functions: GetNodeByPoint and GetEdgeByPoint.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | getfacebypoint_package.zip added |
---|
comment:1 by , 14 years ago
Hi, I add to this ticket the zip package for add the GetFaceByPoint function. Also add the doc (I hope as expected from Robe), the regress test, the expected results and a patch for add it to makefiles and so on.
Also in the patch I fix a little bug in regress test for GetNodeByPoint and GetEdgeByPoint.
comment:2 by , 14 years ago
Keywords: | history added |
---|
Committed code and test, leaving documentation to robe (a nice external .xml file is in the zip). See r6889.
comment:3 by , 14 years ago
Owner: | changed from | to
---|
package for add GetFaceByPoint