package rtree

  1. Overview
  2. Docs
A pure OCaml R-Tree implementation

Install

Dune Dependency

Authors

Maintainers

Sources

rtree-0.1.1.tbz
sha256=408c9600703ea96f3ccd9f99dea853d5cb6c76c05e7e546ac18d90fc42426147
sha512=0d658adce2995dbe2de8bf5a93161fe0013872152417472cbf5bb00d8eed99a073e3942ad7cc6bb4e9d37d90853a58adb712fa5e9837301e4cd5c2ed68ebbaa5

doc/rtree/Rtree/index.html

Module RtreeSource

Sourcemodule type Value = sig ... end

Values are stored in the Rtree and must provide a means of calculating an envelope (minimal bounding box).

Sourcemodule type Envelope = sig ... end

Envelopes are bounding boxes.

Sourcemodule type S = sig ... end
Sourcemodule type Maker = sig ... end
Sourcemodule Make : Maker
Sourcemodule Rectangle : sig ... end
OCaml

Innovation. Community. Security.