Is there an implementation for SqlGeometryBuilder?

Before implementing the spatial types (System.Data.Spatial.DBGeometry) in the Entity Framework, we could deal with the lack of spatial support using "Microsoft.SqlServer.Types.SqlGeometry". This library has the SqlGeometryBuilder class, which is used to create SqlGeometry based on different geometric points.

I decided to switch from SqlGeometry to DBGeometry, but I could not find any function that does the same as SqlGeometryBuilder. Do you know if there is any function for this? or do you know if it will be included in future releases?

Thanks in advance.

+5
source share
2 answers

( ), ...

SqlGeometryBuilder, EF. DbGeometry SqlGeometry, , SqlGeometry DbGeometry, . , , SqlGeometry, DbGeometry.

, , .

+1
System.Data.Common.CommandTrees.ExpressionBuilder.Spatial.SpatialEdmFunctions
-1

All Articles