Since i could not get an exact answer on this question Distance of wgs point from a wgs defined line segment , does anyone know of a geodesy library that encompasses functionality for calculations while developing a GPS application?
Asked
Active
Viewed 3,623 times
1 Answers
2
There are a couple of open source projects on codeplex, DotSpatial and SharpMap. A lot of spatial functions are implemented in their libraries. If you could use any spatial database such as Spatialite or PostGIS then you will be able to perform a lot of spatial operations really quickly and without any hassle.

ABH
- 3,391
- 23
- 26
-
1DotSpatial is split into smaller libraries so if you like you can only use the Topology or Projection libraries that are needed to do these calculations, without using the whole framework. – Ted Jul 17 '13 at 04:26