80 likes | 156 Views
Design of Kernel APIs for Road Network Applications. Introduction. System is designed to support basic LDSQ ( L ocation- D ependent S patial Q ueries), e.g., KNN query and range query
E N D
Introduction • System is designed to support basic LDSQ (Location-Dependent Spatial Queries), e.g., KNN query and range query • System is built according to the work K. C. K. Lee, W.-C. Lee and B. Zheng, “Fast Object Search on Road Network”, EDBT 2009. • System is called as ROAD, abbreviated from Route Overlay and Association Directory, two major components in the framework.
Introduction (Cont’d) • LDSQ’s Server-Side Functionality • Support network traversal • Support object lookup • ROAD system is designed to suport these two operations based an idea, called Rnet • Rnet contains pre-computed shortest path of identified subnets
ROAD Framework • Rnet is a level-wise structure • Wide regional Rnet may enclose a set of small regional Rnets. • Each Rnet contains • Shortest paths between boundary points • Abstract of objects within Rnet
ROAD Framework (Cont’d) ROAD Server Architecture
Project Schedule We are here now 2009/10 2009/12 2010/01 2010/03
Project Schedule (Cont’d) • Current Status: Building Fundamental Libraries • Geometric components • We are now implementing basic geometric units and their functions, e.g., edge, node, MBR (Minimum bounding Rectangle), …, etc. • Ref: H. Samet, “Foundations of Multidimensional and Metric Data Structures ” • GIS Database Connection • Studying PostGIS (based on postgreSQL)