Hi,
I am trying to migrate data from our GeoDatabase (SQL Server), to native SQL Server Spatial but cannot get Spatial to write polygons. As you know ESRI store polygons as simple features, and cannot store it as Curved Polygon
How can you write it as a polygon
SQL Server spatial store, example below
CURVEPOLYGON (COMPOUNDCURVE ((321812.2796 5810770.8994, 321768.84219999984 5810777.0451, 321768.86170000024 5810777.1837, 321775.38910000026 5810823.4657, 321767.89279999956 5810842.0508, 321778.49299999978 5810846.3264, 321779.66550000012 5810854.6341, 321779.69000000041 5810854.6436, 321812.2796 5810770.8994)))
I have tried the geometryExtractor and geometryReplacer, but the final result is not 100% curved (arc), and is just a set a straight lines