IRI.Maptor.Ket.SqlServerPersistence
2.11.0
dotnet add package IRI.Maptor.Ket.SqlServerPersistence --version 2.11.0
NuGet\Install-Package IRI.Maptor.Ket.SqlServerPersistence -Version 2.11.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IRI.Maptor.Ket.SqlServerPersistence" Version="2.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IRI.Maptor.Ket.SqlServerPersistence" Version="2.11.0" />
<PackageReference Include="IRI.Maptor.Ket.SqlServerPersistence" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IRI.Maptor.Ket.SqlServerPersistence --version 2.11.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IRI.Maptor.Ket.SqlServerPersistence, 2.11.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IRI.Maptor.Ket.SqlServerPersistence@2.11.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IRI.Maptor.Ket.SqlServerPersistence&version=2.11.0
#tool nuget:?package=IRI.Maptor.Ket.SqlServerPersistence&version=2.11.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IRI.Maptor.Ket.SqlServerPersistence
A .NET 8 (Windows) persistence adapter for SQL Server Spatial — implements the Maptor data-source interfaces for reading and writing spatial features stored in SQL Server geometry / geography columns.
Features
SqlServerDataSource— implementsIVectorDataSource/IEditableVectorDataSourcefor SQL Server spatial tablesSqlServerInfrastructure— connection management, SQL helpers, and schema discoverySqlServerScaleDependentDataSource— variant that adjusts the loaded feature set based on map scaleSqlServerSourceParameter— strongly-typed connection/query parameters- Reads SQL Server native binary spatial format and converts to native
Geometry<Point>objects - Spatial bounding-box queries using SQL Server spatial indexes
- Write support: insert, update, delete features
Installation
dotnet add package IRI.Maptor.Ket.SqlServerPersistence
Project Structure
Ket.SqlServerPersistence/
├── SqlServerDataSource.cs # IVectorDataSource / IEditableVectorDataSource
├── SqlServerInfrastructure.cs # Connection & SQL helpers
├── SqlServerScaleDependentDataSource.cs # Scale-dependent loading
└── SqlServerSourceParameter.cs # Connection parameters
📦 NuGet: IRI.Maptor.Ket.SqlServerPersistence
🐞 Issues: GitHub Issues
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- IRI.Maptor.Ket.SqlServerSpatialExtension (>= 2.11.0)
- IRI.Maptor.Sta.Persistence (>= 2.11.0)
- Microsoft.Data.SqlClient (>= 6.0.1)
- Microsoft.SqlServer.Types (>= 160.1000.6)
- System.Data.SqlClient (>= 4.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.11.0 | 0 | 7/4/2026 |
| 2.11.0-alpha | 0 | 7/4/2026 |
| 2.10.0-alpha | 90 | 5/7/2026 |
| 2.9.1 | 113 | 4/16/2026 |
| 2.9.1-alpha | 100 | 4/19/2026 |
| 2.9.0 | 118 | 2/3/2026 |
| 2.9.0-alpha | 111 | 2/3/2026 |
| 2.8.13 | 149 | 12/26/2025 |
| 2.8.13-alpha | 131 | 12/26/2025 |
| 2.8.12 | 445 | 12/11/2025 |
| 2.8.12-alpha | 248 | 12/11/2025 |
| 2.8.11 | 450 | 11/19/2025 |
| 2.8.11-alpha | 453 | 11/19/2025 |
| 2.8.10 | 193 | 11/8/2025 |
| 2.8.10-alpha | 176 | 11/8/2025 |
| 2.8.9 | 230 | 10/31/2025 |
| 2.8.9-alpha | 186 | 10/31/2025 |
| 2.8.8 | 133 | 10/18/2025 |
| 2.8.8-alpha | 211 | 10/19/2025 |
| 2.8.7-alpha | 201 | 10/4/2025 |
Loading failed