You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Nicholas Knize (JIRA)" <ji...@apache.org> on 2016/04/06 21:57:25 UTC

[jira] [Updated] (LUCENE-7184) Add GeoEncodingUtils to core with numerically stable morton code

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

Nicholas Knize updated LUCENE-7184:
-----------------------------------
    Attachment: LUCENE-7184.patch

Patch includes the following:

* adds new {{GeoEncodingUtils}} to {{o.a.l.geo}} package in {{core}} module
* refactors public {{LatLonPoint.encode*}} methods to new {{GeoEncodingUtils}} helper class
* adds new {{TestGeoEncodingUtils}} to core tests
* Refactors {{TestLatLonPoint}} encoding methods to new {{TestGeoEncodingUtils}} class

> Add GeoEncodingUtils to core with numerically stable morton code
> ----------------------------------------------------------------
>
>                 Key: LUCENE-7184
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7184
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Nicholas Knize
>         Attachments: LUCENE-7184.patch
>
>
> This is part 1 for LUCENE-7165. This task will add a {{GeoEncodingUtils}} helper class to {{o.a.l.geo}} in the core module for reusing lat/lon encoding methods. Existing encoding methods in {{LatLonPoint}} will be refactored to the new helper class so a new numerically stable morton encoding can be added that reuses the same encoding methods.



--
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