You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2016/04/23 10:03:12 UTC

[jira] [Created] (LUCENE-7250) Geo3d's convex and concave polygons do not handle hole intersections properly

Karl Wright created LUCENE-7250:
-----------------------------------

             Summary: Geo3d's convex and concave polygons do not handle hole intersections properly
                 Key: LUCENE-7250
                 URL: https://issues.apache.org/jira/browse/LUCENE-7250
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/spatial3d
    Affects Versions: master, 6.x
            Reporter: Karl Wright


The addition of holes to GeoConvex and GeoConcave polygon shapes has broken two things:
(1) The edge points returned should include the hole edge points;
(2) The outer distance computation should include distance from hole edges.

This ticket is complicated by the fact that holes as provided by GeoPolygonFactory can be entirely outside of the polygon; no checking or pruning is done.  It is unknown whether having edge points from outside holes will lead to improper return values for getRelationship() results.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org