Which applications use R-Trees?

て烟熏妆下的殇ゞ 提交于 2019-12-07 16:40:22

问题


Besides GIS applications, which other applications or libraries use R-trees and its variants?


回答1:


Computer games often do. Here's a link to something cool.

Computer graphics - both software and hardware - often use spatial partitioning e.g. BSP; there's neat logic in Imagination and Intel chips termed tile or zone rendering, for example.

Code I've seen tends to lean towards fixed resolution dividing - octtrees, typically - rather than variable size buckets, but I'd still consider them 'variants' of R-trees.




回答2:


Some relational databases use R-trees for indexing.

PostgreSQL is one example. http://www.postgresql.org/docs/8.1/static/indexes-types.html




回答3:


Here's an application -- a personal carbon calculator that resides within your smartphone -- using R-trees that are part of the Perst Lite open source embedded database.




回答4:


"R-trees have grown everywhere; from CAD and geographical databases to multimedia and time series management systems." http://www.rtreeportal.org/

about 2,620,00 results, 10.9 seconds to Google and post on SO



来源:https://stackoverflow.com/questions/2800920/which-applications-use-r-trees

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!