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
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
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