Surface Mapping Application Pt. 2

Still copying the source code from my previous projects into a complete application. Most functions integrated seemlessly. At the moment my program is has 3 subroutines, about 80 lines in the main function and is only missing the database access and KML subroutines. The database access is proving to be the hardest part, the function likely is going to be very large as the array has a possible size of 30×360, and I haven’t found a way to add each row without adding each element individually.

So far the application can validate each row of data for lat/lon and useable values. Next will be writing the database application,expanding on the previous SQL CE database. Even though it’s still copy and paste from my old code, the subroutines for writing have been difficult to visualize.

mbender