文件名称:jsi-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-03-18
- 文件大小:
- 79kb
- 下载次数:
- 0次
- 提 供 者:
- p***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
JSI (Java Spatial Index) RTree Library 是一个RTree算法Java实现的开源库,理论来源是Guttman1984年的一篇论文"R-trees: A Dynamic Index Structure for Spatial Searching" by Antonin Guttman",论文可见(PDF on CiteSeerX).
这个开源项目的代码遵循 GNU Lesser General Public License
最新的代码可以在http://github.com/aled/jsi上找到
同时例子在https://github.com/aled/jsi-examples-The JSI (Java Spatial Index) RTree Library open source Java implementation library of a RTree algorithm theoretical source of the Guttman1984 paper R-trees: A the Dynamic the Index Structure for Spatial, Searching by Antonin Guttman, papers can be seen (PDF onCiteSeerX).
Follow the code of this open source project GNU Lesser General Public License
The latest code can be found in http://github.com/aled/jsi
At the same time example in https://github.com/aled/jsi-examples were
这个开源项目的代码遵循 GNU Lesser General Public License
最新的代码可以在http://github.com/aled/jsi上找到
同时例子在https://github.com/aled/jsi-examples-The JSI (Java Spatial Index) RTree Library open source Java implementation library of a RTree algorithm theoretical source of the Guttman1984 paper R-trees: A the Dynamic the Index Structure for Spatial, Searching by Antonin Guttman, papers can be seen (PDF onCiteSeerX).
Follow the code of this open source project GNU Lesser General Public License
The latest code can be found in http://github.com/aled/jsi
At the same time example in https://github.com/aled/jsi-examples were
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jsi-master
..........\.gitignore
..........\.travis.yml
..........\doc
..........\...\BUILD.txt
..........\...\LICENSE.txt
..........\...\README.txt
..........\...\TEST.txt
..........\pom.xml
..........\readme.md
..........\src
..........\...\main
..........\...\....\assembly
..........\...\....\........\with-dependencies-zip.xml
..........\...\....\java
..........\...\....\....\com
..........\...\....\....\...\infomatiq
..........\...\....\....\...\.........\jsi
..........\...\....\....\...\.........\...\BuildProperties.java
..........\...\....\....\...\.........\...\Point.java
..........\...\....\....\...\.........\...\PriorityQueue.java
..........\...\....\....\...\.........\...\Rectangle.java
..........\...\....\....\...\.........\...\SpatialIndex.java
..........\...\....\....\...\.........\...\rtree
..........\...\....\....\...\.........\...\.....\Node.java
..........\...\....\....\...\.........\...\.....\RTree.java
..........\...\....\....\...\.........\...\.....\SortedList.java
..........\...\....\resources
..........\...\....\.........\build.properties
..........\...\site
..........\...\....\site.xml
..........\...\....\xdoc
..........\...\....\....\index.xml
..........\...\test
..........\...\....\java
..........\...\....\....\com
..........\...\....\....\...\infomatiq
..........\...\....\....\...\.........\jsi
..........\...\....\....\...\.........\...\DeleteAllEntriesTest.java
..........\...\....\....\...\.........\...\ListDecorator.java
..........\...\....\....\...\.........\...\MoveEntriesTest.java
..........\...\....\....\...\.........\...\NullIndex.java
..........\...\....\....\...\.........\...\PerformanceTest.java
..........\...\....\....\...\.........\...\RTreeWrapper.java
..........\...\....\....\...\.........\...\RectangleMaxValueTest.java
..........\...\....\....\...\.........\...\RectangleTest.java
..........\...\....\....\...\.........\...\ReferenceCompareTest.java
..........\...\....\....\...\.........\...\ReferenceCompareTest_1000.java
..........\...\....\....\...\.........\...\ReferenceCompareTest_10000.java
..........\...\....\....\...\.........\...\ReferenceCompareTest_100000.java
..........\...\....\....\...\.........\...\SILWrapper.java
..........\...\....\....\...\.........\...\Script.java
..........\...\....\....\...\.........\...\SimpleIndex.java
..........\...\....\....\...\.........\...\SortedListDecorator.java
..........\...\....\....\...\.........\...\SortedListTest.java
..........\...\....\....\...\.........\...\SpatialIndexFactory.java
..........\...\....\resources
..........\...\....\.........\logback.xml
..........\...\....\.........\test-inputs
..........\...\....\.........\...........\test-allfunctions-100-in
..........\...\....\.........\...........\test-allfunctions-1000-in
..........\...\....\.........\...........\test-allfunctions-10000-in
..........\...\....\.........\...........\test-allfunctions-100000-in
..........\...\....\.........\...........\test-allqueries-10000-in
..........\...\....\.........\...........\test-contains-100-in
..........\...\....\.........\...........\test-contains-1000-in
..........\...\....\.........\...........\test-contains-10000-in
..........\...\....\.........\...........\test-contains-100000-in
..........\...\....\.........\...........\test-delete-100-in
..........\...\....\.........\...........\test-delete-1000-in
..........\...\....\.........\...........\test-delete-10000-in
..........\...\....\.........\...........\test-delete-100000-in
..........\...\....\.........\...........\test-intersect-100-in
..........\...\....\.........\...........\test-intersect-1000-in
..........\...\....\.........\...........\test-intersect-10000-in
..........\...\....\.........\...........\test-intersect-100000-in
..........\...\....\.........\...........\test-intersect-1000000-in
..........\...\....\.........\...........\test-intersect-10000000-in
..........\...\....\.........\...........\test-nearest-100-in
..........\...\....\.........\...........\test-nearest-1000-in
..........\...\....\.........\...........\test-nearest-10000-in
..........\...\....\..