By tag: spatial
0
kicks
Fast Dijkstra’s Algorithm Inside MS SQL CLR Stored Procedure
Fast Dijksta's algorithm realization using .NET C#.
It is put into MS SQL CLR SP for easy use right in SQL statements.
It allows to find fastest, shortest paths in a subset of vertices inside DB table.
Great SP for spatial database.
0
kicks
World Shapefile Download and Upload to Database – Spatial Database
This is very unique post and explains how to create Map of the world using Spatial Data
0
kicks
NHibernate.Spatial 1.0.0 Beta1 released
This NHibernate extension allows you to handle data in a spatial database using .NET objects and HQL queries in a way compliant with Open Geospatial Consortium specifications. Currently we support PostgreSQL (using PostGIS extension), SQL Server 2005 (using MsSqlSpatial extension) and SQL Server 200...