2018
DOI: 10.3390/ijgi7080327
|View full text |Cite
|
Sign up to set email alerts
|

A Parallel N-Dimensional Space-Filling Curve Library and Its Application in Massive Point Cloud Management

Abstract: Because of their locality preservation properties, Space-Filling Curves (SFC) have been widely used in massive point dataset management. However, the completeness, universality, and scalability of current SFC implementations are still not well resolved. To address this problem, a generic n-dimensional (nD) SFC library is proposed and validated in massive multiscale nD points management. The library supports two well-known types of SFCs (Morton and Hilbert) with an object-oriented design, and provides common in… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
28
0

Year Published

2020
2020
2025
2025

Publication Types

Select...
8

Relationship

2
6

Authors

Journals

citations
Cited by 18 publications
(28 citation statements)
references
References 23 publications
0
28
0
Order By: Relevance
“…In the last decade there have been significant advancements in the field of 3D/4D geospatial databases. The parallelization of queries using n-dimensional space-filling curves [34] has been examined [35] and applied to massive point clouds [35][36][37][38]. Furthermore, following the concepts of Langran and Stuart [39], spatio-temporal data models including moving surface and solid geometries have been implemented in object-relational [40][41][42][43] and object-oriented [44,45] geospatial database management systems.…”
Section: Milestone 3: Advancing 3d/4d Geospatial Data Managementmentioning
confidence: 99%
See 1 more Smart Citation
“…In the last decade there have been significant advancements in the field of 3D/4D geospatial databases. The parallelization of queries using n-dimensional space-filling curves [34] has been examined [35] and applied to massive point clouds [35][36][37][38]. Furthermore, following the concepts of Langran and Stuart [39], spatio-temporal data models including moving surface and solid geometries have been implemented in object-relational [40][41][42][43] and object-oriented [44,45] geospatial database management systems.…”
Section: Milestone 3: Advancing 3d/4d Geospatial Data Managementmentioning
confidence: 99%
“…For an efficient management of massive point cloud data, space-filling curves [34] are frequently used on top of object-relational databases [35,36]. Massive data sets were tested within different environments and point cloud benchmarks were developed [37].…”
Section: Milestone 3: Advancing 3d/4d Geospatial Data Managementmentioning
confidence: 99%
“…In such instances, scalability quickly becomes an issue [23]. Because file-based approaches are generally based on a proprietary-file format, data sharing among different applications becomes harder [24]. Finally, for the user to run ad-hoc queries, a file-based application is simply not adequate [11,25].…”
Section: The File-based Approachmentioning
confidence: 99%
“…When the server receives the query request, the middleware parses the request parameters into the space/ time/attribute filters. (2) For the spatial filters, the query geometry will be recursively divided into multi-level SFC cells, while the translated spatial ranges are calculated using our recursive approximation algorithm, published in [35]; (3) The temporal and attribute filters will be discretized and appended to the translated spatial ranges and derive the final scan ranges according to the rowkey schema; (4) The scan ranges are sent to HBase for scan operations, filtering out of false positive data from the initial scan results and aggregating final query results for client rendering. In order to avoid excessive I/O communication between servers and clients, the mechanism of the HBase CoProcessor is used to implement the above-mentioned multidimensional query algorithm, as illustrated in Figure 9.…”
Section: Multidimensional Query For Interactive Visualizationmentioning
confidence: 99%