tzaeschke / tinspin-indexes

Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree and PH-Tree
http://www.tinspin.org
Apache License 2.0
111 stars 24 forks source link

Added IndexConfig.create() #34

Closed tzaeschke closed 11 months ago

tzaeschke commented 11 months ago

Fix for issue #33: Added create() method.

codecov[bot] commented 11 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (7cc35e1) 73.62% compared to head (efc45cb) 73.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #34 +/- ## ============================================ - Coverage 73.62% 73.61% -0.01% Complexity 2046 2046 ============================================ Files 76 76 Lines 8057 8058 +1 Branches 1575 1575 ============================================ Hits 5932 5932 - Misses 1737 1738 +1 Partials 388 388 ``` | [Files](https://app.codecov.io/gh/tzaeschke/tinspin-indexes/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tilmann) | Coverage Δ | | |---|---|---| | [src/main/java/org/tinspin/index/IndexConfig.java](https://app.codecov.io/gh/tzaeschke/tinspin-indexes/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tilmann#diff-c3JjL21haW4vamF2YS9vcmcvdGluc3Bpbi9pbmRleC9JbmRleENvbmZpZy5qYXZh) | `0.00% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.