I was thinking of using a spatial relation string in a spatial filter rather than one of the standard constraints. Can anyone tell me how I should go about this? If it is possible then what is the format please? Is this the right way to go about it?
I was thinking of using a spatial relation string in a spatial filter rather than one of the standard constraints. Can anyone tell me how I should go about this? If it is possible then what is the format please? Is this the right way to go about it?
A simple intersect will do.
The atributes that result in _relationships{}pass{} (Wich u have to expose) and _related_candidates will make it easy to isolate the true islands. A tester then can isolate the desired objects.
This does requires unique attributes, like an ID or name.
As i understand you have 1 dataset, u must enter same set in base and candidate ports. The lone islands will only intersect with themselves, wich u can test trough the _related_candidates attribute.