We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it has the plan to add GeographicCircle or GeographicLine?
GeographicCircle
GeographicLine
The difference with Circle and Line is the Calculation of Distance
Circle
Line
Calculation of Distance
The text was updated successfully, but these errors were encountered:
Not at the moment.
Example to do what you want is in https://github.com/davidmoten/rtree/blob/master/src/test/java/com/github/davidmoten/rtree/LatLongExampleTest.java (the README points to this).
Do you think we should make a formal addition to the API for this? We would need to add the grump-core dependency in compile scope.
Sorry, something went wrong.
No branches or pull requests
Does it has the plan to add
GeographicCircle
orGeographicLine
?The difference with
Circle
andLine
is theCalculation of Distance
The text was updated successfully, but these errors were encountered: