Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当空间数据使用希尔伯特数表示时,一个矩形范围映射到多个希尔伯特数范围。有没有什么快速的方法可以在不遍历给定矩形 R 重叠的每个单元格的情况下找到这个映射?我可以考虑只考虑 R 的边界单元格然后对它们进行排序......有没有更好的方法?
谢谢。