We have several data files that contain multi part features, one for example contains land polygons that may be made of 1 or more polygon features. All features are coded as POLYGON if I look at the WKT, but are clearly multi part polygons.
Using a PointShape as a selector I ask the layer.QueryTools.GetFeatureIntersecting(searchShape, ReturningColumn.AllColumns)
If I select the first polygon in the feature, it will select all polygons and I can add this feature to a InMemoryFeatrueLayer, and I am able to see all part of it. If I select another polygon that I know is part of that multipart object, it does not select it and nothing happens.
Loading this into QGis I am able to select any polygon in the Multi Part object and it will select it.
Do these layers need to be MULTIPOLYGON to work, or am I missing some basic search function?
Thoughts?
I will see about getting access to the file I am using, just need to get it on a cloud somewhere first.