If you were Registered and logged in, you could reply and use other advanced thread options
Is there anyone who has developed map projection library?
esp. source code in visual c++ class
thanks ahead
esp. source code in visual c++ class
thanks ahead
<pedantic>
Yes!
</pedantic>
Try http://www.remotesensing.org/proj/ . It can be compiled as a
library. Although not C++, it can be used with C++. This is widely
regarded as the most comprehensive, reliable and well tested
projection software available.
Paul Cooper
thanks ahead
proj is really a cool library that supports a lot of utilities.
There is a c++ version in Borland c++.
But not for Microsoft visual c++.
I am trying to port it into visual c++ class.
It seems to me somewhat curious.
proj is really a cool library that supports a lot of utilities.
There is a c++ version in Borland c++.
But not for Microsoft visual c++.
I am trying to port it into visual c++ class.
It seems to me somewhat curious.
>thanks ahead
>proj is really a cool library that supports a lot of utilities.
>There is a c++ version in Borland c++.
>But not for Microsoft visual c++.
>I am trying to port it into visual c++ class.
>It seems to me somewhat curious.
>proj is really a cool library that supports a lot of utilities.
>There is a c++ version in Borland c++.
>But not for Microsoft visual c++.
>I am trying to port it into visual c++ class.
>It seems to me somewhat curious.
proj is very old software, and is written in an OO style using C
syntax, not C++. However, in this case old is good, as the original
version was developed by a real projection guru. For VC, you should be
able to compile it as a DLL and simply call it. That works for VB.
Paul
Paul,
I have been looking at making a standalone projection utility that I
can use outside of my ARCView. I am a beginning programmer(I'm taking
my first "official" programming class at the local junior college). I
have a Vis Studio licensce (through work). My question to you is: How
would I make this a standalone executable? I realize I may need to make
a dll out of the code, but I want a simple user interface, to reproject
my scanned quads, and scanned maps from other clients.
If you could point me in the "right" direction, that would be helpful,
Randy
I have been looking at making a standalone projection utility that I
can use outside of my ARCView. I am a beginning programmer(I'm taking
my first "official" programming class at the local junior college). I
have a Vis Studio licensce (through work). My question to you is: How
would I make this a standalone executable? I realize I may need to make
a dll out of the code, but I want a simple user interface, to reproject
my scanned quads, and scanned maps from other clients.
If you could point me in the "right" direction, that would be helpful,
Randy
- Battery Recall: Anyone here from Garmin Sales? Can you just upgrade to a newer, bigger unit?
- Garmin GPS
- 2010-08-25
- Is there a C++ GIS library that works better then TGlobe?
- Geographic Information Systems (GIS)
- 2004-05-14
- CGAL 4.0 Released, Computational Geometry Algorithms Library
- Geographic Information Systems (GIS)
- 2012-03-16
- CGAL 3.9 Released, Computational Geometry Algorithms Library
- Geographic Information Systems (GIS)
- 2011-09-28
- CGAL 3.8 Released, Computational Geometry Algorithms Library
- Geographic Information Systems (GIS)
- 2011-04-19
- Is there a way to reset a Tomtom One
- Tomtom GPS
- 2011-08-10









>esp. source code in visual c++ class
>thanks ahead