Can I read Understanding R-Trees for Spatial Data on EtoBox?
Understanding R-Trees for Spatial Data by PaVan Nelakuditi is a document available to read on EtoBox.
What is Understanding R-Trees for Spatial Data about?
R-trees are a multidimensional indexing structure that extends B+-trees. They store minimum bounding rectangles (MBRs) that contain data points or other MBRs. Operations on R-trees include inserting and deleting data, and querying for all data that intersects a given rectangle. The structure consists of data nodes at the leaves containing rectangles, and internal index nodes containing MBRs of child nodes. Insertion may require splitting a full node into two by partitioning its rectangles.
- Author
- PaVan Nelakuditi
- Language
- EN