Hello,
I have a PointCollection and a Polygon. I want to select all of the points from the PointCollection that are not inside the Polygon. I thought that I could use GeometryEngine.Difference but it seems that a PointCollection is not valid for a parameter.
Does anyone have an idea on how best to do this?
Thanks