English

Computation of Spatial Skyline Points

Computational Geometry 2019-12-17 v2 Data Structures and Algorithms

Abstract

We discuss a method of finding skyline or non-dominated sites in a set PP of nn point sites with respect to a set SS of mm points. A site pPp \in P is non-dominated if and only if for each qP{p}q \in P \setminus \{p\}, there exists at least one point sSs \in S that is closer to pp than to qq. We reduce this problem of determining non-dominated sites to the problem of finding sites that have non-empty cells in an additively weighted Voronoi diagram under a convex distance function. The weights of said Voronoi diagram are derived from the coordinates of the sites of PP, while the convex distance function is derived from SS. In the two-dimensional plane, this reduction gives an O((n+m)log(n+m))O((n + m) \log (n + m))-time algorithm to find the non-dominated points.

Keywords

Cite

@article{arxiv.0909.0814,
  title  = {Computation of Spatial Skyline Points},
  author = {Binay Bhattacharya and Arijit Bishnu and Otfried Cheong and Sandip Das and Arindam Karmakar and Jack Snoeyink},
  journal= {arXiv preprint arXiv:0909.0814},
  year   = {2019}
}
R2 v1 2026-06-21T13:42:35.869Z