Different from indexing MBRs of polygons using quadtree/R-Trees [1] (Oracle Spatial) or generalized indexing search trees [2] ( PostgreSQL/PostGIS), Microsoft SQLServer Spatial decomposes polygons into four levels of grid cells with adjustable cell sizes so that these grid cells can be indexed by B+-Tree for query processing [3] as illustrated in the left side of Fig. 1. Indexing polygons directly through decompositions is computationally intensive and it is desirable to use GPU accelerations. Different from using a fixed number of grid levels as used in SQLServer Spatial, our idea is to construct quadtrees on polygons by examining spatial relationships (outside, intersect and inside) between quadrants under a quadtree node with a polygon ...
This unit covers more advanced algorithms than have been discussed previously. It presents quadtree ...
Support for efficient spatial data storage and retrieval have become a vital component in almost all...
From today’s perspective, the future of computation lies in parallelization. This is a central desig...
This study targets at speeding up polygon rasterization in large-scale geospatial datasets by utiliz...
Abstract. Geographic visualisation and other real-time applications require efficient data access. A...
Quadtrees are well known data structures for handling images and image-like objects. They encode an ...
R-Trees are popular spatial indexing techniques that have been widely adopted in many geospatial app...
Spatial join is an important yet costly operation in spatial databases. In order to speed up the exe...
Spatial region queries are more and more widely used in web-based applications. Mechanisms to provid...
The aim of this paper is to present a new indexing technique that provides an efficient support for ...
This paper introduces a spatial indexing structure that adjusts itself so as to provide faster acces...
CUDA is a parallel programming environment that enables significant performance improvement by lever...
R-trees are popular spatial indexing techniques that have been widely used in many geospatial applic...
Advances in geospatial technologies have generated large amounts of raster geospatial data. Massivel...
AbstractThe aim of this paper is to present a new indexing technique that provides an efficient supp...
This unit covers more advanced algorithms than have been discussed previously. It presents quadtree ...
Support for efficient spatial data storage and retrieval have become a vital component in almost all...
From today’s perspective, the future of computation lies in parallelization. This is a central desig...
This study targets at speeding up polygon rasterization in large-scale geospatial datasets by utiliz...
Abstract. Geographic visualisation and other real-time applications require efficient data access. A...
Quadtrees are well known data structures for handling images and image-like objects. They encode an ...
R-Trees are popular spatial indexing techniques that have been widely adopted in many geospatial app...
Spatial join is an important yet costly operation in spatial databases. In order to speed up the exe...
Spatial region queries are more and more widely used in web-based applications. Mechanisms to provid...
The aim of this paper is to present a new indexing technique that provides an efficient support for ...
This paper introduces a spatial indexing structure that adjusts itself so as to provide faster acces...
CUDA is a parallel programming environment that enables significant performance improvement by lever...
R-trees are popular spatial indexing techniques that have been widely used in many geospatial applic...
Advances in geospatial technologies have generated large amounts of raster geospatial data. Massivel...
AbstractThe aim of this paper is to present a new indexing technique that provides an efficient supp...
This unit covers more advanced algorithms than have been discussed previously. It presents quadtree ...
Support for efficient spatial data storage and retrieval have become a vital component in almost all...
From today’s perspective, the future of computation lies in parallelization. This is a central desig...