Changes between Initial Version and Version 1 of BundaryNodeRule


Ignore:
Timestamp:
Apr 2, 2012, 2:53:48 AM (12 years ago)
Author:
strk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BundaryNodeRule

    v1 v1  
     1Some operation may have different semantic depending on which boundary node rule is applied.
     2
     3See http://www.vividsolutions.com/jts/javadoc/com/vividsolutions/jts/algorithm/BoundaryNodeRule.html for background information.
     4
     5GEOS C-API only expose boundary-node-rule in the GEOSRelateBoundaryNodeRule, introduced in 3.3.0.
     6But more functions would be affected by such rule these are:
     7
     8 * Relate (we have GEOSRelateBoundaryNodeRule since 3.3.0)
     9 * Boundary
     10 * isSimple
     11 * Touches
     12 * Within
     13 * Contains
     14
     15It would be useful to expose a way to specify the boundary node rule for each of the above operations