Hi i have 4 tabfiles, each ~ 1000 points
Added to staticOverlay (displays fine)
Now how can I extract/merge all the points into one InMemoryFeatureLayer so I can query the the points?
What I need is find feature within a distance
-Niels
Hi i have 4 tabfiles, each ~ 1000 points
Added to staticOverlay (displays fine)
Now how can I extract/merge all the points into one InMemoryFeatureLayer so I can query the the points?
What I need is find feature within a distance
-Niels
Niels,
If I understand you correctly you will not need to merge all of the layers into a InMemoryFeatureLayer. Instead you just need to loop through each of your Tab layers and do your query on each layer and then compile the results together. I don’t think there is any need to add the extra step. You can find the spatial operation under your TabFeatureLayer.QueryTools.
David
And it works… Thanks :)
Niels,
Excellent, let me know how else we can help.
David