Library tutorials & articles
Writing GIS and Mapping Software for .NET
Mapping in .NET
In part one of this article, I described how to write an interpreter for raw GPS NMEA data. Part two described how to monitor and enforce GPS precision data to develop commercial-quality software. The articles included source code in C# and VB.NET which harnessed the power of GPS satellites to determine the current location, synchronize the computer clock to atomic time, and point to a satellite on a cloudy day. Yet, even with all of this code, most developers still need a way to display GPS information along with other geographic features. With the help of my colleague Phil Smith, a lead developer of our “GIS.NET” mapping component and the “Geodesy.NET” coordinate and projection library, this article will teach you how to generate your own maps. The example source code in this article is in C#, but all source code in the attached source code is available for both C# and VB.NET
Related articles
Related discussion
-
Compatibility Issue on Firefox to display on Cursor Location
by ansari.wajid (0 replies)
-
An Introduction to VB.NET and Database Programming
by yen (12 replies)
-
Creating a Windows Service in VB.NET
by codet (102 replies)
-
VB/VB.NET
by surath (7 replies)
-
VB.NET or C#?
by siddeshwar (3 replies)
Related podcasts
-
Looking into the C# Crystal Ball with Charlie Calvert and Bill Wagner
One of the most exciting announcements from PDC was the news about C# 4.0 and Visual Studio 2010. With all the excitement and discussion throughout the event about these new developer tools, we reached out to two experts in the fields. Charlie Calvert and Bill Wagner sat down with Keith and Woody...
Events coming up
-
Jun
16
Code Generation 2009
Cambridge, United Kingdom
A developer event with a practical focus on helping people get to grips with code generation tools and technologies.
This thread is for discussions of Writing GIS and Mapping Software for .NET.