Select to view content in your preferred language

Entity Framework model as map layer?

2025
2
Jump to solution
09-27-2013 03:06 AM
Labels (1)
TomHutchinson
Deactivated User
Hi all.

Is it possible to display an entity table on the Esri WPF map?

I have a table in my model which has a geometry column (I can view the points spatially in SQL Server).

I've managed to reference wms, ArcGISOnline layers etc in the XAML but can't find any information on using ADO.net with the SDK?

Thanks,
Tom
0 Kudos
1 Solution

Accepted Solutions
AnttiKajanus1
Deactivated User
There is no out of the box implementation for that kind of behavior. You need to create Graphics dynamically from your data and put those to GraphicsLayers.

View solution in original post

0 Kudos
2 Replies
AnttiKajanus1
Deactivated User
There is no out of the box implementation for that kind of behavior. You need to create Graphics dynamically from your data and put those to GraphicsLayers.
0 Kudos
TomHutchinson
Deactivated User
There is no out of the box implementation for that kind of behavior. You need to create Graphics dynamically from your data and put those to GraphicsLayers.


Yes thanks, I thought this would be the case.
0 Kudos