I have started to work with a new SQL Server data set that was created with translation software. I have encountered a new feature type in the data set called GeometryCollection. Most of the examples I can find consist of two point features and a line string feature stored in a single record. I am reworking the data set so that it won't have the GeometryCollection features (I hope).
I don't see GeometryCollection in the WellKnownType enum. This begs the question: Can the MapSuite map control handle an SQL Server GeometryCollection feature type?
Charles