Title :
Nearest Surrounder Queries
Author :
Lee, Ken C K ; Lee, Wang-Chien ; Leong, Hong Va
Author_Institution :
Dept. of Comput. Sci. & Eng., Pennsylvania State Univ., University Park, PA, USA
Abstract :
In this paper, we present a new type of spatial queries called Nearest Surrounder (NS) queries. An NS query determines the nearest polygon-shaped spatial objects (referred to as nearest surrounder objects) and their orientations with respect to a query point from an object set. Besides, we derive two NS query variants, namely, multitier NS (m-NS) queries and angle-constrained NS (ANS) queries. An m-NS query searches multiple layers of NS objects for the same range of angles from a query point. An ANS query searches for NS objects within a specified range of angles. To evaluate NS queries and their variants, we explore angle-based and distance-based bound properties of polygons, and devise two efficient algorithms, namely, Sweep and Ripple, based on R-tree. The algorithms access objects in an order according to their orientations and distances with respect to a given query point, respectively. They are efficient as they can finish a search with one index lookup. Besides, they can progressively deliver a query result. Through empirical studies, we evaluate the proposed algorithms and report their performance for both synthetic and real object sets.
Keywords :
query processing; trees (mathematics); NS query; R-tree algorithm; angle based bound polygon property; angle constrained NS query; distance based bound polygon property; multitier NS query; nearest polygon shaped spatial object; nearest surrounder query; ripple algorithm; spatial query; sweep algorithm; Computer Society; Decision making; Information systems; Nearest neighbor searches; Neural networks; Query processing; Safety; Shape; R-tree; Spatial query processing; algorithms.; nearest surrounder queries;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on
DOI :
10.1109/TKDE.2009.172