nettopologysuite - NetTopologySuite.Core 1.15.2-pre017

The NTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. NTS conforms to the Simple Features Specification. This package references GeoAPI.

PM> Install-Package NetTopologySuite.Core -Version 1.15.2-pre017 -Source https://www.myget.org/F/nettopologysuite/api/v3/index.json

Copy to clipboard

> nuget.exe install NetTopologySuite.Core -Version 1.15.2-pre017 -Source https://www.myget.org/F/nettopologysuite/api/v3/index.json

Copy to clipboard

> dotnet add package NetTopologySuite.Core --version 1.15.2-pre017 --source https://www.myget.org/F/nettopologysuite/api/v3/index.json

Copy to clipboard
<PackageReference Include="NetTopologySuite.Core" Version="1.15.2-pre017" />
Copy to clipboard
source https://www.myget.org/F/nettopologysuite/api/v3/index.json

nuget NetTopologySuite.Core  ~> 1.15.2-pre017
Copy to clipboard

> choco install NetTopologySuite.Core --version 1.15.2-pre017 --source https://www.myget.org/F/nettopologysuite/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "nettopologysuite" -SourceLocation "https://www.myget.org/F/nettopologysuite/api/v2"
Install-Module -Name "NetTopologySuite.Core" -RequiredVersion "1.15.2-pre017" -Repository "nettopologysuite" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/nettopologysuite/symbols/


NetTopologySuite

Gitter

A .NET GIS solution that is fast and reliable for the .NET platform. NetTopologySuite is a direct-port of all the functionalities offered by JTS Topology Suite: NTS expose JTS in a '.NET way', as example using Properties, Indexers etc...

An excerpt from JTS website explains the capabilities of NTS too: "The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium."

Enjoy using them!

Documentation

A documentation of the NetTopologySuite API based on code xml comments is accessible on github-pages.
To get you started, we have set up an introductory Getting Started page. A list of known issues is available, too.

Upgrading to 2.x from 1.x

A wiki page has been started to try to document the breaking changes in 2.0 when coming from 1.x.

Install with NuGet package manager

Stable NuGet Status Build Status

Stable releases are hosted on the default NuGet feed. You can install them using the following command on the package manager command line

PM> Install-Package NetTopologySuite

Pre release MyGet PreRelease Status Build Status

Pre-Release versions of NetTopologySuite are hosted on MyGet. The sources for the NetTopologySuite feed are as follows:

Version URL
NuGet v3 https://www.myget.org/F/nettopologysuite/api/v3/index.json
NuGet v2 https://www.myget.org/F/nettopologysuite/api/v2

You can install the latest pre-release package using the following command on the package manager command line

PM> Install-Package NetTopologySuite -pre -source "<Nuget v3 or NuGet v2 source>"
  • .NETFramework 3.5 Client
    • GeoAPI.Core (>= 1.7.5 && < 2.0.0-0)
  • .NETFramework 4.0 Client
    • GeoAPI.Core (>= 1.7.5 && < 2.0.0-0)
  • .NETFramework 4.0.3 Client
    • GeoAPI.Core (>= 1.7.5 && < 2.0.0-0)
  • .NETFramework 4.5
    • GeoAPI.Core (>= 1.7.5 && < 2.0.0-0)
  • .NETStandard 1.0
    • GeoAPI.Core (>= 1.7.5 && < 2.0.0-0)
    • System.Diagnostics.Debug (>= 4.3.0)
    • System.Linq (>= 4.3.0)
    • System.Text.RegularExpressions (>= 4.3.0)
    • System.Xml.ReaderWriter (>= 4.3.0)
    • System.Xml.XDocument (>= 4.3.0)
  • .NETStandard 1.3
    • GeoAPI.Core (>= 1.7.5 && < 2.0.0-0)
    • System.Diagnostics.Debug (>= 4.3.0)
    • System.IO.FileSystem (>= 4.3.0)
    • System.Linq (>= 4.3.0)
    • System.Text.RegularExpressions (>= 4.3.0)
    • System.Xml.ReaderWriter (>= 4.3.0)
    • System.Xml.XDocument (>= 4.3.0)
  • .NETStandard 2.0
    • GeoAPI.Core (>= 1.7.5 && < 2.0.0-0)
  • .NETCoreApp 2.0: 2.0.0.0
  • .NETFramework 3.5 Client: Client: 3.5.0.0
  • .NETFramework 3.5 client0.0: client0.0: 3.5.0.0
  • .NETFramework 4.0 Client: Client: 4.0.0.0
  • .NETFramework 4.0.3 Client: Client: 4.0.3.0
  • .NETFramework 4.5: 4.5.0.0
  • .NETStandard 1.0: 1.0.0.0
  • .NETStandard 1.3: 1.3.0.0
  • .NETStandard 2.0: 2.0.0.0

                        
Assembly Assembly hash Match
/lib/netstandard1.3/nettopologysuite.dll 0168a2cb97764269ad281f29be9fcca4FFFFFFFF
/lib/net45/nettopologysuite.dll 1a728b1da679425b8a7f01f988b23e78FFFFFFFF
/lib/net40-client/nettopologysuite.dll 263d6bb4214842e58b6f6467ce6ea86cFFFFFFFF
/lib/netstandard1.0/nettopologysuite.dll 376b765bfa9e469683de331a58a651edFFFFFFFF
/lib/net35-client/nettopologysuite.dll 44e6850d9ff747b8bfee3174d09767d0FFFFFFFF
/lib/net403-client/nettopologysuite.dll 63165367e2ba437aa2411f352c125291f
/lib/netstandard2.0/nettopologysuite.dll be32273c453e42bc9f52e431c39e4245FFFFFFFF

Owners

NetTopologySuite-Team

Authors

NetTopologySuite - Team

Project URL

https://github.com/NetTopologySuite/NetTopologySuite

License

BSD-3-Clause

Tags

NTS Topology OGC SFS

Info

87 total downloads
2 downloads for version 1.15.2-pre017
Download (5.31 MB)
Download legacy symbols (5.31 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.0.0-travis0611 637.16 KB Fri, 26 Apr 2019 13:05:11 GMT 1
2.0.0-travis0606 637.17 KB Fri, 26 Apr 2019 10:37:07 GMT 1
2.0.0-pre039 1.92 MB Wed, 03 Apr 2019 12:20:57 GMT 12
2.0.0-pre038 1.89 MB Mon, 11 Mar 2019 13:03:27 GMT 4
1.15.3-pre019 5.31 MB Thu, 28 Feb 2019 13:47:35 GMT 2
1.15.2-pre018 5.31 MB Thu, 28 Feb 2019 13:27:50 GMT 1
1.15.2-pre017 5.31 MB Wed, 27 Feb 2019 11:50:03 GMT 2
1.15.2-pre016 5.31 MB Tue, 26 Feb 2019 13:13:09 GMT 0
1.15.2-pre015 5.31 MB Tue, 04 Dec 2018 19:20:57 GMT 2
1.15.2-pre014 5.31 MB Tue, 25 Sep 2018 12:28:44 GMT 11
1.15.1 5.32 MB Wed, 05 Sep 2018 12:34:31 GMT 36
1.15.0 5.3 MB Fri, 13 Jul 2018 10:37:45 GMT 15