Hi,
I want to have a collection of geometry and to be able to check if a geometry intersect a geometry inside the collection.
I can do a loop wich call Intersect for each geometry in the collection but it is not very optimized.
Is there a data structure in NTS optimised to do hit test on a geometry collection like a geometry tree?
Regards
Gaël