Re: [Geotools-gt2-users] In memory index of Geometry? (RTree or similar?)

2008-11-28 Thread Andrea Aime
tim robertson ha scritto: > 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 > boun

Re: [Geotools-gt2-users] use of writable gridcoverage

2008-11-28 Thread andrea antonello
Ok, I will start to guess some by myself. After getting my RenderedOp as result from my operation, this, as I expect, is waiting for someone to pull the data out of it. This happens usually by triggering methods like getWidth, getData, getTile etc. The rendereop is the result that I want to dump

[Geotools-gt2-users] In memory index of Geometry? (RTree or similar?)

2008-11-28 Thread tim robertson
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 wou