NHibernate.Spatial 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NHibernate.Spatial --version 2.2.0
NuGet\Install-Package NHibernate.Spatial -Version 2.2.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="NHibernate.Spatial" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Spatial --version 2.2.0
#r "nuget: NHibernate.Spatial, 2.2.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.
// Install NHibernate.Spatial as a Cake Addin
#addin nuget:?package=NHibernate.Spatial&version=2.2.0

// Install NHibernate.Spatial as a Cake Tool
#tool nuget:?package=NHibernate.Spatial&version=2.2.0

NHibernate.Spatial, Spatial extensions for NHibernate, allows you to connect NHibernate to a spatially enabled database and manipulate geometries in HQL or in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on NHibernate.Spatial:

Package Downloads
Shesha.NHibernate

Package Description

NHibernate.Spatial.MsSql

NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially-enabled database and manipulate geometries in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.

NHibernate.Spatial.PostGis

NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially-enabled database and manipulate geometries in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.

NHibernate.Spatial.MySQL

NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially-enabled database and manipulate geometries in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.

Shesha.NHibernate.PostGis

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NHibernate.Spatial:

Repository Stars
shesha-io/shesha-framework
An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
Version Downloads Last updated
8.0.0 1,652 1/23/2024
7.0.0 62,018 8/15/2022
6.1.1 2,993 8/15/2022
6.1.0 1,759 8/14/2022
6.0.0 45,238 10/25/2020
6.0.0-pre001 2,595 6/30/2020
5.3.0 22,570 12/9/2019
5.2.1-pre001 13,914 6/11/2019
5.2.0 17,173 3/6/2019
5.1.1 5,330 1/18/2019
5.1.0 9,329 12/12/2018
2.2.0 6,969 4/1/2014

NHibernate.Spatial, spatial extensions for NHibernate, allows you to connect NHibernate to a spatially enabled database and manipulate geometries in HQL or in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.

There is also a similar but independent effort for Java: Hibernate Spatial.

Features:

Geometry types: Geometry columns are mapped to .NET geometry types compliant with OGC specifications.
Dialects: MsSqlSpatial, PostGIS  MySQL and SQL Server 2008 are supported. The most common spatial functions are registered for use within HQL, providing compatible queries among different dialects.
Criteria: Spatial relations functions such as Intersects, Within, Crosses, etc.
Projections: Spatial aggregate, analysis and tranformation functions.
Schema generation: Support for automatic creation and droping of auxiliary data objects (eg. registering of geometry columns in metadata table).
Metadata mappings: Built-in mappings to spatial metadata through GeometryColumns and SpatialReferenceSystem classes.