Hi
Has any one know a way to use nHibernate with database tables that coontains ESRI's st_geometry columns?
This corrently prevents us the usage with nHibernate in our applications.
Thanks
Hi
Has any one know a way to use nHibernate with database tables that coontains ESRI's st_geometry columns?
This corrently prevents us the usage with nHibernate in our applications.
Thanks
For Nhibernate GIS operations use NTS NetTopologySuite. It has the interfaces IGeometry , IPoint etc.
You can manipulate spatial datastructures with these libraries
you can use NHibernate.Spatial to work with those columns. i successfully used nHibernate.Spatial with SQL Server 2008 and geometry/geography columns.
nHibernate.Spatial uses GeoAPI and NTS NetTopologySuite too as Cherian stated in the previous answer.