[ 
https://issues.apache.org/jira/browse/LUCENE-9225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignacio Vera resolved LUCENE-9225.
----------------------------------
    Fix Version/s: 8.5
         Assignee: Ignacio Vera
       Resolution: Fixed

> Rectangle should extend LatLonGeometry
> --------------------------------------
>
>                 Key: LUCENE-9225
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9225
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Ignacio Vera
>            Assignee: Ignacio Vera
>            Priority: Minor
>             Fix For: 8.5
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Rectangle class is the only geometry class that do not extend LatLonGeometry. 
> This is because we have an specialise query for rectangles that works on the 
> encoded space (very similar to what LatLonPoint is doing).
> It would be nice if Rectangle could implement LatLonGeometry, so in cases 
> where a bounding box is part of a complex geometry, it can fall back to 
> Component2D objects. 
> The idea is to move the specialise logic in Rectangle2D inside the 
> specialised LatLonBoundingBoxQuery and rename the current XYRectangle2D to 
> Rectangle2D.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to