Spatial Index
A Spatial Index is a data structure that makes it fast to answer location-based questions like “what’s near this point?” or “which Spatials intersect this region?” Common implementations include R-trees and geohashes, extended into 3D for Spatial AI applications. Spatial indices are essential for real-time AR Spatials, VR Spatials, and robotics, where systems must quickly look up relevant Spatials around a moving user or robot. When you draw a Spatial prompt over a floorplan, the platform uses a Spatial index to find affected assets and zones. Spatials.aiTM maintains index structures over its Spatial data layer so queries stay fast even as maps, anchors, and Spatials scale to campuses or cities.



