An effective algorithm for spatial query using spatial adaptive grid index filter
Hao Lu, Ershun Zhong, Xieliu Shu, Tianbao Wang, Shaohua Wang
Abstract
Hao Lu, Ershun Zhong, Xieliu Shu, Tianbao Wang, Shaohua Wang
Abstract
Spatial query is the core function of GIS analysis, the query data is mostly geometric point, line, polygon which has the location information and formatted query condition is a variety of spatial relationships. We focus on the spatial query efficiency improvement with the query data in case of large and complex, and propos an effective spatial adaptive grid index filter algorithm for spatial query. It is different from the commonly used uniform grid index algorithm as it constructs the adaptive grid index of data using the spatial distribution information then it can radically improve the efficiency of spatial query. This algorithm contains four steps, including boundary grid index construction, internal grid index construction, primary spatial query and advanced spatial query. It is realized by C++ language and verified by experiments, the spatial query efficiency than the traditional uniform grid index algorithm has significantly increased.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Spatial query is the core function of GIS analysis, the query data is mostly geometric point, line, polygon which has the location information and formatted query condition is a variety of spatial relationships. We focus on the spatial query efficiency improvement with the query data in case of large and complex, and propos an effective spatial adaptive grid index filter algorithm for spatial query. It is different from the commonly used uniform grid index algorithm as it constructs the adaptive grid index of data using the spatial distribution information then it can radically improve the efficiency of spatial query. This algorithm contains four steps, including boundary grid index construction, internal grid index construction, primary spatial query and advanced spatial query. It is realized by C++ language and verified by experiments, the spatial query efficiency than the traditional uniform grid index algorithm has significantly increased.
Key concepts: Computer science, Spatial query, Spatial database, Query optimization, Grid, Spatial analysis, Range query (database), Algorithm