NetTopologySuite 1.15.0-pre063
Prefix ReservedSee the version list below for details.
dotnet add package NetTopologySuite --version 1.15.0-pre063
NuGet\Install-Package NetTopologySuite -Version 1.15.0-pre063
<PackageReference Include="NetTopologySuite" Version="1.15.0-pre063" />
<PackageVersion Include="NetTopologySuite" Version="1.15.0-pre063" />
<PackageReference Include="NetTopologySuite" />
paket add NetTopologySuite --version 1.15.0-pre063
#r "nuget: NetTopologySuite, 1.15.0-pre063"
#addin nuget:?package=NetTopologySuite&version=1.15.0-pre063&prerelease
#tool nuget:?package=NetTopologySuite&version=1.15.0-pre063&prerelease
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net35-client is compatible. net40-client is compatible. net403-client is compatible. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 3.5 Client
- GeoAPI (>= 1.7.5-pre009)
-
.NETFramework 4.0 Client
- GeoAPI (>= 1.7.5-pre009)
-
.NETFramework 4.0.3 Client
- GeoAPI (>= 1.7.5-pre009)
-
.NETFramework 4.5
- GeoAPI (>= 1.7.5-pre009)
-
.NETStandard 1.0
- GeoAPI (>= 1.7.5-pre009)
- 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 (>= 1.7.5-pre009)
- 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 (>= 1.7.5-pre009)
NuGet packages (273)
Showing the top 5 NuGet packages that depend on NetTopologySuite:
Package | Downloads |
---|---|
NetTopologySuite.IO.SqlServerBytes
A SQL Server IO module for NTS which works directly with the serialization format |
|
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core. |
|
NetTopologySuite.Features
A feature is a combination of spatial object and attribute data. For this package attribute data is stored in AttributeTable objects. These are combined with IGeometry objects to form a Feature. A FeatureCollection is a collection of features. |
|
Npgsql.NetTopologySuite
NetTopologySuite plugin for Npgsql, allowing mapping of PostGIS geometry types to NetTopologySuite types. |
|
NetTopologySuite.IO.PostGis
This package contains the IO library to cope with PostGis spatial data. |
GitHub repositories (25)
Showing the top 20 popular GitHub repositories that depend on NetTopologySuite:
Repository | Stars |
---|---|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
|
|
npgsql/npgsql
Npgsql is the .NET data provider for PostgreSQL.
|
|
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
|
|
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, WPF, Avalonia, Uno, Blazor, WinUI, Xamarin and Eto
|
|
DotSpatial/DotSpatial
Geographic information system library written for .NET
|
|
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
|
|
OsmSharp/core
The core functionality of OsmSharp.
|
|
dem-net/DEM.Net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
|
|
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
|
|
redis/NRedisStack
Redis Stack .Net client
|
|
mattjohnsonpint/GeoTimeZone
Provides an IANA time zone identifier from latitude and longitude coordinates.
|
|
zLulus/NotePractice
My_Note 笔记练习demo
|
|
itinero/routing
The routing core of itinero.
|
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 191,318 | 3/12/2025 |
2.5.0 | 37,703,684 | 6/22/2022 |
2.4.0 | 4,159,058 | 10/4/2021 |
2.3.0 | 10,415,575 | 6/23/2021 |
2.2.0 | 1,472,028 | 3/10/2021 |
2.1.0 | 4,622,495 | 8/4/2020 |
2.0.0 | 53,646,975 | 8/26/2019 |
2.0.0-pre001 | 15,107 | 6/30/2019 |
1.15.3 | 677,520 | 6/29/2019 |
1.15.2 | 658,699 | 2/28/2019 |
1.15.1 | 859,202 | 9/5/2018 |
1.15.0 | 1,569,893 | 7/13/2018 |
1.15.0-pre063 | 43,512 | 3/8/2018 |
1.14.0 | 765,773 | 11/16/2015 |
1.13.4-pre4 | 3,971 | 8/17/2015 |
1.13.3.2 | 79,674 | 9/17/2014 |
1.13.3.1 | 6,111 | 9/17/2014 |
1.13.3 | 8,474 | 8/13/2014 |
1.13.2 | 194,943 | 1/22/2014 |
1.13.1 | 38,796 | 7/10/2013 |
1.13.0 | 25,184 | 2/8/2013 |
1.12.0 | 56,859 | 3/6/2012 |
1.11.0 | 7,124 | 10/17/2011 |
1.10.0 | 5,624 | 8/2/2011 |
1.9.0 | 26,743 | 7/13/2011 |