Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
Import from SQL Spatial database
posted

Hey!

I want to import shapes from a MSSQL 2008 Spatial Database into the map.

I found the following description/Page:

http://blogs.infragistics.com/blogs/mihail_mateev/archive/2010/08/06/using-infragistics-xammap-silverlight-wpf-control-with-sql-server-spatial.aspx

 

But I am working with VB.Net and I don't get to convert it into VB.Net

Do you have any Sample Code in VB?

Or Is it possible to read out the shapes with the new SQLGeography Type in .NET, convert it with geoposition to mapPosition method, and then adding the shapes as Mapelements? Or is this a fallback according to the speed of the application, or can this method have any disadvantages?