Microsoft.Spatial 6.4.0

Contains classes and methods that facilitate geography and geometry spatial operations. Support OData v4 only. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://odata.codeplex.com

Showing the top 20 packages that depend on Microsoft.Spatial.

Packages Downloads
Microsoft.AspNetCore.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 3.x and 5.x to support OData query syntax for your Web APIs.
28
Microsoft.AspNetCore.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 3.x and 5.x to support OData query syntax for your Web APIs.
27
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Core 5, and .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
26
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Core 5, and .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
25
Microsoft.AspNetCore.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 3.x and 5.x to support OData query syntax for your Web APIs.
25
Microsoft.AspNetCore.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 3.x and 5.x to support OData query syntax for your Web APIs.
24
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Core 5, and .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
24
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
24
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
24
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://odata.codeplex.com
24
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
24
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
23
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Core 5, and .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
23
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://odata.codeplex.com
23
Microsoft.AspNetCore.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 3.x and 5.x to support OData query syntax for your Web APIs.
23

New Features • ODataLib supports write & read async headers & payload. • OData Client supports model reference. • OData Client supports using enum in query options & operation parameter. • Improves the API of OData client for server-side paging support. Sample: NorthwindEntities ctx = new NorthwindEntities( new Uri(@"http://services.odata.org/V4/Northwind/Northwind.svc/")); var customers = ctx.Customers.GetAllPages(); // automatically get all pages of the Customers entity set foreach (var customer in customers) { Console.WriteLine(customer.CustomerID); } • ODataUriParser supports more type for ‘cast’ in $filter. • OData Client supports new async API in .NET 4.0 format. Sample: var customers = await ctx.Customers.ExecuteAsync(); Bug Fixs • Fix a bug for top level dynamic property payload don’t have @odata.type annotation. • Fix a bug for Core annotation is not written in full namespace. For example term value will be “Org.OData.Core.V1.Description” instead of “Core.Description”.

This package has no dependencies.

Version Downloads Last updated
8.2.3 15 12/17/2024
8.2.2 12 12/18/2024
8.2.1 11 12/18/2024
8.2.0 12 12/18/2024
8.1.0 11 10/31/2024
8.0.2 14 10/1/2024
8.0.1 16 8/20/2024
8.0.0 13 8/29/2024
8.0.0-rc.1 15 7/31/2024
8.0.0-preview.3 18 8/21/2024
8.0.0-preview.2 21 5/7/2024
8.0.0-preview.1 18 5/3/2024
7.21.6 12 12/18/2024
7.21.5 14 12/18/2024
7.21.4 15 10/4/2024
7.21.3 20 8/23/2024
7.21.2 16 8/15/2024
7.21.1 23 5/5/2024
7.21.0 19 5/3/2024
7.20.0 20 3/5/2024
7.19.0 17 3/5/2024
7.18.0 22 3/5/2024
7.17.0 23 3/5/2024
7.16.0 19 3/5/2024
7.15.0 20 3/5/2024
7.14.1 17 3/5/2024
7.14.0 19 3/5/2024
7.13.0 23 3/5/2024
7.12.5 23 3/5/2024
7.12.4 21 3/5/2024
7.12.3 23 3/5/2024
7.12.2 20 3/5/2024
7.12.1 23 3/5/2024
7.12.0 21 3/5/2024
7.11.1 20 3/5/2024
7.10.0 22 3/5/2024
7.9.4 21 3/5/2024
7.9.3 22 3/5/2024
7.9.2 23 3/5/2024
7.9.1 24 3/5/2024
7.9.0 22 3/5/2024
7.8.3 22 3/5/2024
7.8.2 21 3/5/2024
7.8.1 20 3/5/2024
7.7.3 22 3/5/2024
7.7.2 27 3/5/2024
7.7.1 25 4/12/2022
7.7.0 21 3/5/2024
7.7.0-beta 20 3/5/2024
7.6.4 21 3/5/2024
7.6.3 23 3/5/2024
7.6.2 20 3/5/2024
7.6.1 22 3/5/2024
7.6.1-beta 20 3/5/2024
7.6.0 22 3/5/2024
7.6.0-beta 19 3/5/2024
7.5.4 20 3/5/2024
7.5.3 21 3/5/2024
7.5.2 20 3/5/2024
7.5.1 18 3/5/2024
7.5.0 21 3/5/2024
7.4.4 22 3/5/2024
7.4.3 19 3/5/2024
7.4.1 25 3/5/2024
7.4.0 24 3/5/2024
7.4.0-beta3 20 3/5/2024
7.4.0-beta2 19 3/5/2024
7.4.0-beta 22 3/5/2024
7.3.1 21 3/5/2024
7.3.0 18 3/5/2024
7.3.0-beta 22 3/5/2024
7.2.0 20 2/28/2024
7.1.1 22 3/5/2024
7.0.0 25 3/5/2024
7.0.0-beta 25 3/5/2024
6.19.0 23 3/5/2024
6.18.0 23 3/5/2024
6.18.0-beta 20 3/5/2024
6.17.0 23 3/5/2024
6.16.0 21 3/5/2024
6.16.0-beta 20 3/5/2024
6.15.0 21 3/5/2024
6.15.0-beta 21 3/5/2024
6.14.0 26 3/5/2024
6.14.0-rc2 23 3/5/2024
6.14.0-rc 23 3/5/2024
6.14.0-beta 18 3/5/2024
6.13.0 20 3/5/2024
6.13.0-rc 22 3/5/2024
6.13.0-beta 24 3/5/2024
6.12.0 23 3/5/2024
6.12.0-beta 19 3/5/2024
6.11.0 22 3/5/2024
6.10.0 21 3/5/2024
6.9.0 23 3/5/2024
6.8.1 22 3/5/2024
6.8.0 21 3/5/2024
6.7.0 22 3/5/2024
6.6.0 22 3/5/2024
6.5.0 21 3/5/2024
6.4.0 22 3/5/2024
6.3.0 22 3/5/2024
6.2.0 27 3/5/2024
6.1.0 24 3/5/2024
6.0.0 20 3/5/2024
6.0.0-beta1 18 3/5/2024
6.0.0-alpha2 22 3/5/2024
6.0.0-alpha1 21 3/5/2024