Tagged Questions
4
votes
1answer
333 views
Determining ESRI File Geodatabase release version?
Is there any method in Python, ArcObjects, or the File GDB API for determining the release version (9.3, 10.0, etc.) of a file geodatabase? There is a need to find all of our shared 10.0 version file ...
5
votes
1answer
235 views
When is it better to use 64 bit File GDB access?
The beta 2 release File Geodatabase API includes 64 bit support.
Esri says arcobjects is still the "preferred" method to interact with the file gdb. However, arcobjects has no 64 bit support.
...
9
votes
3answers
4k views
How does ArcGIS compute the distance between two points with a non-equidistant projection?
This is a follow-up question to my previous one, Can you suggest some well-written introductory texts about coordinate system projections?
Let's assume I'm working with the CH1903 map projection, ...