module type Rtree_params = sig .. end
sig
end
type t
module Bounding_box: Bounding_box_intf.S
Bounding_box_intf.S
val bounding_box : t -> Bounding_box.t
t -> Bounding_box.t
val max_nodes : int
int