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.Graph
Microsoft Graph API exposes multiple APIs from Microsoft cloud services through a single REST API endpoint. It exposes information about productivity entities and the relationships between these entities, enabling rich navigation between data. Queries that are very difficult before are now simple navigations using this API. Learn more at http://dev.office.com/unifiedAPIs
20
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/.
16
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/.
17
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/.
18
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/.
19
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.
16
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.
17
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.
18
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.
20
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
16
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
17
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
18
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://github.com/OData/odata.net
18
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
19

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 11 01/07/2025
8.2.2 11 11/28/2024
8.2.1 12 12/01/2024
8.2.0 13 12/02/2024
8.1.0 11 11/10/2024
8.0.2 9 12/03/2024
8.0.1 10 11/29/2024
8.0.0 9 11/29/2024
8.0.0-rc.1 11 12/09/2024
8.0.0-preview.3 12 12/13/2024
8.0.0-preview.2 14 05/24/2024
8.0.0-preview.1 15 05/24/2024
7.21.6 11 11/10/2024
7.21.5 10 11/29/2024
7.21.4 9 12/04/2024
7.21.3 11 12/09/2024
7.21.2 14 05/24/2024
7.21.1 14 05/24/2024
7.21.0 13 05/24/2024
7.20.0 14 05/24/2024
7.19.0 15 05/24/2024
7.18.0 18 05/24/2024
7.17.0 15 05/24/2024
7.16.0 13 05/24/2024
7.15.0 14 05/24/2024
7.14.1 16 05/24/2024
7.14.0 14 05/24/2024
7.13.0 14 05/24/2024
7.12.5 17 05/24/2024
7.12.4 13 05/24/2024
7.12.3 13 05/24/2024
7.12.2 13 05/24/2024
7.12.1 13 05/24/2024
7.12.0 14 05/24/2024
7.11.1 15 05/24/2024
7.10.0 14 05/24/2024
7.9.4 13 05/24/2024
7.9.3 12 05/24/2024
7.9.2 12 05/24/2024
7.9.1 14 05/24/2024
7.9.0 14 05/24/2024
7.8.3 16 05/24/2024
7.8.2 16 05/24/2024
7.8.1 13 05/24/2024
7.7.3 14 05/24/2024
7.7.2 12 05/24/2024
7.7.1 11 05/24/2024
7.7.0 17 05/24/2024
7.7.0-beta 14 05/24/2024
7.6.4 15 05/24/2024
7.6.3 10 05/24/2024
7.6.2 11 05/24/2024
7.6.1 17 05/24/2024
7.6.1-beta 15 05/24/2024
7.6.0 11 11/10/2024
7.6.0-beta 13 05/24/2024
7.5.4 17 05/24/2024
7.5.3 14 05/24/2024
7.5.2 14 05/24/2024
7.5.1 15 05/24/2024
7.5.0 14 05/24/2024
7.4.4 13 05/24/2024
7.4.3 14 05/24/2024
7.4.1 15 05/24/2024
7.4.0 14 05/24/2024
7.4.0-beta3 17 05/24/2024
7.4.0-beta2 13 05/24/2024
7.4.0-beta 15 05/24/2024
7.3.1 18 05/24/2024
7.3.0 14 05/24/2024
7.3.0-beta 14 05/24/2024
7.2.0 12 05/24/2024
7.1.1 13 05/24/2024
7.0.0 17 05/24/2024
7.0.0-beta 14 05/24/2024
6.19.0 12 05/24/2024
6.18.0 11 05/24/2024
6.18.0-beta 15 05/24/2024
6.17.0 12 05/24/2024
6.16.0 15 05/24/2024
6.16.0-beta 19 05/24/2024
6.15.0 15 05/24/2024
6.15.0-beta 14 05/24/2024
6.14.0 14 05/24/2024
6.14.0-rc2 15 05/24/2024
6.14.0-rc 11 05/24/2024
6.14.0-beta 15 05/24/2024
6.13.0 17 05/24/2024
6.13.0-rc 15 05/24/2024
6.13.0-beta 12 05/24/2024
6.12.0 12 05/24/2024
6.12.0-beta 14 05/24/2024
6.11.0 14 05/24/2024
6.10.0 13 05/24/2024
6.9.0 13 05/24/2024
6.8.1 14 05/24/2024
6.8.0 12 05/24/2024
6.7.0 13 05/24/2024
6.6.0 14 05/24/2024
6.5.0 12 05/24/2024
6.4.0 12 05/24/2024
6.3.0 12 05/24/2024
6.2.0 14 05/24/2024
6.1.0 18 05/24/2024
6.0.0 17 05/24/2024
6.0.0-beta1 14 05/24/2024
6.0.0-alpha2 17 05/24/2024
6.0.0-alpha1 14 05/24/2024