|
From: tim r. <tim...@gm...> - 2008-11-28 15:47:26
|
Hi All, I am a novice with GT2, so please go easy... Could someone please tell me if there is an RTree index or something I can use for keeping an in memory index of Geometries? Basically I want something which can quickly give me Geometries whose bounding box contains a given point. Then I would loop over these candidate geometries and call a geometry.contains(myPoint) to find the real geometries. Or maybe there is something that can give me the definitive list? (Has to be in-memory) Many thanks for advice, Tim |