⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 logic.txt

📁 移动对象空间数据库中索引r树源码,能在eclipse下直接运行.
💻 TXT
字号:
Least Enlargement:   The idea is to find a rectangle that needs to be least enlarged in order toaccommodate the given rectangle. Enlargement in the sense that the sides of therectangle is so increased that the given rectangle is encapsulated in this rectangle. If the given rectangle is already in the encapsulating rectangle then no enlargement is required in the encapsulating rectangle as the given rectangleis already in this rectangle.   To do so, we find area of the MBR for the two rectangles. Then remove thearea of the encapsulating rect. from the MBR area and select the least areaMBR.spliNode:	This function splits a node into two. What happens here is that two new nodes are created. And the elements of the original node are distributed among thetwo new nodes. The first new node so created is still pointed by the parent elementof the original node but the parent MBR is not adjusted(this is done in adjustTree).The second node is not pointed by any element, that has to be again taken careof at 'adjustTree'. Though both the new nodes themselves point to the originalnode's parent.        (feb 2003) This method now also takes the slot nodes's index, provided it has one.If this tree is not grown from a tree node, i.e a normal RTree, pass this parameter as NOT_DEFINED.If in case this is seeded tree then pass the this tree's (one tree out of the forest) slot node.	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -