Tagged Questions
3
votes
1answer
146 views
How to get X and Y coordinate values of the map?
I want the upper right and lower left coordinate of the exposed portion of the map, and for the whole map.
What is the way to do this?
2
votes
2answers
233 views
How to transform Lambert coordinates in C#?
I want to transform Lambert (EPSG:3035) coordinates to EPSG:4326 in C#.
I have tried this:
var lambert = cf.CreateFromWkt("PROJCS[\"ETRS89 / ETRS-LAEA\",GEOGCS[\"ETRS89
...
0
votes
0answers
31 views
Calculating ECEF X, Y, and Z velocities between 2 points on Earth [duplicate]
Possible Duplicate:
How do I calculate ECEF X,Y,Z velocities for GPS if I have no satellites
This is my third attempt at explaining what I'm trying to do.
If I have two ECEF X, Y, Z ...
5
votes
1answer
269 views
How can I programmatically open an OnPoint map to specific coordinates?
We have an OnPoint server at work and I'm wondering how to open the mapping service and having it zoom in to my specified latitude and longitude.
The reason I ask is because we have an application at ...
2
votes
1answer
381 views
Read .DEM (USGS) FIles with C#
I have a huge number of .DEMs and have been investigating how to process them into something useful.
Does anyone know how, or even if it is possible to read coordinates and elevation data from ...