From: MenTaLguY <me...@ry...> - 2007-04-17 17:00:25
|
On Tue, 17 Apr 2007 08:35:12 -0700, "Sunburned Surveyor" <sun...@gm...> wrote: > For a spatial index to work won't I need to have geometries on a common > coordinate system? Yes. Each spatial index would need to have its own "global" coordinate system, and either all geometric objects in the index would be assumed to be in that coordinate system, or each object's entry in the index would need to be accompanied by a transformation from the object's coordinate system to the index's. I'm not sure which is better really. -mental |