Select to view content in your preferred language

SDO_Geometry ESRI.ArcGIS.Client.Geometry translator

490
0
04-28-2010 11:46 AM
TonyBacon
Deactivated User
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:


  1. Our entities store multiple simple geometry types (point, line, polygon)

  2. We spatially enable our tables adding sdo_geometry column

  3. 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.
0 Kudos
0 Replies