ddrt v0.2.1 API Reference
Modules
This is the top-level DDRT
module. Use this to create a distributed r-tree. If you're only interested in using this package for the r-tree implementation, you should instead use DDRT.DynamicRtree
Use this module if you're interested in creating an R-Tree optimized to run on a single machine. If you'd instead like to run a distributed R-Tree on a cluster of Elixir nodes, use the DDRT
module.