System.Spatial 5.7.0

.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
Install-Package System.Spatial -Version 5.7.0
dotnet add package System.Spatial --version 5.7.0
<PackageReference Include="System.Spatial" Version="5.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Spatial --version 5.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Spatial, 5.7.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Spatial as a Cake Addin
#addin nuget:?package=System.Spatial&version=5.7.0

// Install System.Spatial as a Cake Tool
#tool nuget:?package=System.Spatial&version=5.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Contains classes and methods that facilitate geography and geometry spatial operations. Targets .NET 4.0, Silverlight 4.0 or .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.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
Silverlight sl4 sl5
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on System.Spatial:

Package Downloads
DevExpress.Xpo.Extensions

eXpress Persistent Objects (XPO) is an Object-Relational Mapping (ORM) tool that handles all aspects of database creation and object persistence, allowing you to concentrate on your application's business logic. With XPO, you can build applications that work with multiple database systems without making any changes to your code. More than a dozen of today's most popular database engines are supported, including MS SQL Server, PostgreSQL, MySQL and Oracle.

WindowsAzure.Storage

This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/

Microsoft.Azure.ActiveDirectory.GraphClient

This is the .NET Client Library for Microsoft Azure Active Directory Graph API. Learn more about Azure AD Graph API @ https://msdn.microsoft.com/Library/Azure/Ad/Graph/howto/azure-ad-graph-api-operations-overview. NOTE: Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token. Find out more about Microsoft Graph @ http://graph.microsoft.com, and find the Microsoft Graph .Net Client Library @ https://www.nuget.org/packages/Microsoft.Graph and the open source code and further documentation @ https://github.com/microsoftgraph/msgraph-sdk-dotnet Usage information is available on our AAD Graph blog @ http://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet.

Microsoft.Data.OData

This version of the library supports earlier versions of the Microsoft OData (V1-V3) protocol only and is not under active development. OData V1-V3 has been superseded by OData V4, which is an industry standard published by OASIS and ratified by ISO. OData V4 is supported through the OData V4 compliant core libraries available at: https://www.nuget.org/packages/Microsoft.OData.Core/ with support documentation available at: https://odata.github.io/odata.net. Note that Asp.Net developers can build OData V4 services using the higher-level OData V4 WebAPI libraries available at: https://www.nuget.org/packages/Microsoft.AspNet.OData/ with support documentation available at: https://odata.github.io/WebApi/. Classes to serialize, deserialize and validate OData payloads. Enables construction of OData producers and consumers. Targets .NET 4.0, Silverlight 4.0 or .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.

Version Downloads Last updated
5.8.4 0 06.02.2022
5.8.3 0 06.02.2022
5.8.2 0 06.02.2022
5.8.1 0 06.02.2022
5.7.0 0 06.02.2022
5.6.5-beta 0 06.02.2022
5.6.4 0 06.02.2022
5.6.3 0 06.02.2022
5.6.0 0 06.02.2022
5.2.0 0 06.02.2022
5.0.1 0 06.02.2022

New Features:
[GitHub issue #257] To support reading & writing undeclared properties in complex/entity type, OData client for .NET adds a new enum UndeclaredPropertyBehavior, and ODataLib addes ODataUndeclaredPropertyBehaviorKinds.SupportUndeclaredValueProperty.

Bug Fixes:
[GitHub issue #192] [By Soumyarupa De] Fix a global lock issue in RequestUriProcessor.
[GitHub issue #243] Fix a high CPU usage issue caused by CsdlSemanticsModel class.
[Github issue #149] [By maartenba] Only append parameter when it was provided in the first place.