Proceedings of the 2003 ACM SIGMOD International Conference on Management of Data 2003
DOI: 10.1145/872757.872812
|View full text |Cite
|
Sign up to set email alerts
|

Location-based spatial queries

Abstract: In this paper we propose an approach that enables mobile clients to determine the validity of previous queries based on their current locations. In order to make this possible, the server returns in addition to the query result, a validity region around the client's location within which the result remains the same. We focus on two of the most common spatial query types, namely nearest neighbor and window queries, define the validity region in each case and propose the corresponding query processing algorithms… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
124
0
3

Year Published

2005
2005
2012
2012

Publication Types

Select...
4
2
2

Relationship

0
8

Authors

Journals

citations
Cited by 245 publications
(127 citation statements)
references
References 19 publications
0
124
0
3
Order By: Relevance
“…This technique has been extended to handle different related problems, including database services in wireless broadcast environments [2], [3]; high-dimensional query evaluation [4]; continuous location-based services [5]- [7]; and virus spread analysis among mobile devices [8]. Conceptually, the Voronoi diagram partitions the data space into disjoint "Voronoi cells", so that all points in the same Voronoi cell have the same nearest neighbor.…”
Section: Introductionmentioning
confidence: 99%
“…This technique has been extended to handle different related problems, including database services in wireless broadcast environments [2], [3]; high-dimensional query evaluation [4]; continuous location-based services [5]- [7]; and virus spread analysis among mobile devices [8]. Conceptually, the Voronoi diagram partitions the data space into disjoint "Voronoi cells", so that all points in the same Voronoi cell have the same nearest neighbor.…”
Section: Introductionmentioning
confidence: 99%
“…The research on kNN query processing can be categorized into two main areas, namely, Euclidean space and road networks. In the past, numerous algorithms (e.g., [32,30,21,24,9]) have been proposed to solve kNN problem in the Euclidean space. All of these approaches are applicable to the spaces where the distance between objects is only a function of their spatial attributes (e.g., Euclidean distance).…”
Section: Related Workmentioning
confidence: 99%
“…Hence, the main research focus has been on indexing the objects to avoid the exhaustive search. Earlier studies assumed Euclidean distance as the distance function and hence indexed the objects in Euclidean space (e.g., [32,30,21,24]) using R-tree [4] like index structures. With the advent of online mapping systems such as Google Maps and Mapquest and the availability of accurate nation-wide road network data, the proximity queries have been extended from Euclidean space to the road network space as natural artifact.…”
Section: Introductionmentioning
confidence: 99%
“…However, the focus has been on the efficient computation and representation of these diagrams for an entire set of points. The only research works on computing Voronoi cell of a point is the two approaches presented in Stanoi et al [13] and Zhang et al [15]. Stanoi et al [13] study the problem of finding the influence set (Voronoi cell) of a query point considering data points stored in the database.…”
Section: Related Workmentioning
confidence: 99%
“…However, we use a radial range to be compatible with the communication style of the nodes. Zhang et al [15] also propose an approach to compute the cell (validity region in their terminology) when the data points are indexed by an R-tree. Their ray shooting scheme benefits from time parameterized nearest neighbor queries using an R-tree.…”
Section: Related Workmentioning
confidence: 99%