spatial_index:几个空间索引的实现(R-tree等)

时间:2024-07-24 20:19:42
【文件属性】:

文件名称:spatial_index:几个空间索引的实现(R-tree等)

文件大小:57KB

文件格式:ZIP

更新时间:2024-07-24 20:19:42

OCaml

空间索引 OCaml 中几个空间索引的实现。 目前仅实现了 R 树索引。 文档 有关构建和安装说明,请参阅文件 。 由ocamldoc从接口生成。 如果您想获取 API 参考的本地副本,请在项目目录中执行make doc 。 参考 去做 R*-树 四叉树 希尔伯特 R 树 ??? 变更日志 0.0.2 注意:此版本破坏了与 0.0.1 版的兼容性。 现在没有 Rtree 的默认实现。 这意味着您必须使用以下内容创建它: module My_rtree = Rtree. Make ( Some_module : Spatial_index.Rtree_intf.S ) open My_rtree 带有函子的 R 树实现。 使用函子实现边界框:现在可以将边界框单元的类型从float更改为任何其他数字类型。 0.0.1 基本的 R 树实现 版权和许可 spatial_in


【文件预览】:
spatial_index-master
----.travis-ci.sh(960B)
----.gitignore(61B)
----_tags(1KB)
----README.md(1KB)
----INSTALL.md(1KB)
----setup.ml(179KB)
----test()
--------test_bounding_box.ml(2KB)
--------test.ml(941B)
--------test_rtree_functor.ml(2KB)
--------test_bounding_box_int.ml(2KB)
----configure(363B)
----_oasis(869B)
----src()
--------rtree.mli(331B)
--------bounding_box.ml(1KB)
--------bounding_box.mli(374B)
--------rtree.ml(6KB)
--------api.odocl(132B)
--------spatial_index.mllib(98B)
--------spatial_index.mldylib(98B)
--------bounding_box_intf.ml(538B)
--------META(385B)
--------spatial_index.mlpack(132B)
--------rtree_intf.ml(998B)
--------spatial_index.ml(0B)
----myocamlbuild.ml(17KB)
----AUTHORS.md(44B)
----doc()
--------api.odocl(135B)
--------style.css(3KB)
----.travis.yml(299B)
----Makefile(750B)

网友评论