Entity Framework model as map layer?

1739
2
Jump to solution
09-27-2013 03:06 AM
Labels (1)
TomHutchinson
New Contributor
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
Occasional Contributor III
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
Occasional Contributor III
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
New Contributor
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