package rtree

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rtree-0.2.0.tbz
sha256=e7679552ebaf3b16fe441811436ddc3a13732912632f94e2473a9c2ea7e19991
sha512=7be935e9ce89e2629174efb55a07902fc7a3a1b490b2c78aa799bd24f9e57b907fe215e9c2a6cfce7ce6cb2ac8999fa39152ef63602ef911b35f7c9f513b8462

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
Sourcemodule Cube : sig ... end