Has anyone already done this? Are any ArcObjects exposed that will do this? Obviously ESRI has the code in their bits somewhere.
Given that the WPF and Silverlight Geometry libraries are the same it would be nice to convert between SDO_Geometry and ESRI.ArcGIS.Client.Geometry in a WCF Data Service. This would give us a very clean architecture given and database schema given the following:
Our entities store multiple simple geometry types (point, line, polygon)
We spatially enable our tables adding sdo_geometry column
This avoids splitting an entity by geometry type as required in GDB
It seems that it would be fairly trivial to do this conversion but I rather not embark on it if I don't need to.