Spatial data/Geography in SQL Server 2008, OR mappers and C#

℡╲_俬逩灬. 提交于 2019-12-06 01:59:04

问题


I'm developing an application in C# that will use and store geographic locations using the data type "Geography" in SQL Server 2008. I was planning to use the Entity Framework but soon discovered it lacks support for spatial data. Does anyone have experience with or know of other OR mappers with spatial support?

The system will have few writes and many reads of geographical data. What is a good/preffered way to read/write spatial/Geography data from C#?


回答1:


You may want to check out the following Stack Overflow post:

  • Spatial data types support in Linq2Sql or EF4.

In addition, you might also be interested to give a look to SketchPad from the MSDN Code Library, and its blog article SketchPad: A Simple Drawing Editor.

SketchPad is a simple drawing editor that allows you to create elementary geometric shapes, and model them as entities using either the Entity Framework or LINQ to SQL. You can create, read, and delete shapes, and use the built-in spatial index to search for entities by attribute value.



来源:https://stackoverflow.com/questions/1967567/spatial-data-geography-in-sql-server-2008-or-mappers-and-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!