What is the difference between the Microsoft.Spatial and System.Spatial libraries?

I would like to know what is the difference between two spatial libraries - Microsoft.Spatial and System.Spatial?

When I look at the code of these two, I see almost the same classes. Both have, for example, abstract classes of geography or geography. The same with their implementation.

Which one should be used when?

To add a little more context - I'm working on Azure Search with some geospatial features.

+4
source share
1 answer

, , Nuget, , Microsoft.Spatial OData Version 4, System.Spatial library - OData Version 1-3.

Microsoft.Spatial:

, . OData v4 . .NET Portable Lib .NET 4.5, Win Phone 8.1 Win 8. CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR RUS.

System.Spatial:

, . .NET 4.0, Silverlight 4.0 .NET Portable Lib .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1 Win 8. CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR RUS.

System.Spatial OData V1-3,

API REST Azure Search OData V4, .NET SDK OData V4 (Microsoft.Spatial).

+3

Source: https://habr.com/ru/post/1661038/


All Articles