[postgis-devel] [PostGIS] #785: Topology functions should be tolerance aware

PostGIS trac at osgeo.org
Tue Jan 18 03:04:03 PST 2011


#785: Topology functions should be tolerance aware
-------------------------+--------------------------------------------------
 Reporter:  robe         |       Owner:  strk         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  topology     |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by strk):

 It'll be a long way to make them all tolerance aware, so it's likely worth
 setting up a marker like you have for Z index support of postgis function
 (in the manual).

 For each function we'll need to think the actual behavior.
 For ST_NewEdgesSplit, for instance, I guess we'll want to Snap the point
 to the edge. Or, in general, always snap what comes later with what's
 already
 registered in the topology. Does it sound fine ?

 DWithin is surely good to use for the conditional part. I've started
 adding its
 use in some topology functions already, altought I havne't yet
 parametrized the
 actual distance (not worth unless the tolerance is _fully_ considered, not
 just
 on the conditional part)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/785#comment:1>
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-devel mailing list