Skip to content

This project is a simple Java based visualization for R-Trees which are a tree based data structure for spatial access methods and indexing.

Notifications You must be signed in to change notification settings

jerisalan/R-Trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-Trees

This project is a simple Java based visualization for R-Trees which are a tree based data structure for spatial access methods and indexing. A common real-world usage for an R-tree might be to store spatial objects such as restaurant locations or the polygons that typical maps are made of: streets, buildings, outlines of lakes, coastlines, etc. and then find answers quickly to queries such as "Find all museums within 2 km of my current location", "retrieve all road segments within 2 km of my location".

This project only aims to implement the algorithms mentioned in the paper below and does not have any results collected as part of the implementation.

Papers

About

This project is a simple Java based visualization for R-Trees which are a tree based data structure for spatial access methods and indexing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages