I m using C# to pull spatial data from a sql server 2008 database. I m then trying to perform operations on that data, but to start... I want to be able to visualize it. That is, I would like to create an image of the data, preferably in jpg format.
I thought that I might do it by hand, but that is proving more challenging than I had originally thought that it would, given that the degrees are not whole numbers, and I can t just truncate them to draw onto a graphics object.
Can someone point me to the right library that might help me to perform this operation?
NOTE: Paying for a library is not an option for me, at this time.