I have done coding of Trilateration following this example and it was really very helpful. One small help I need is. The results (X, Y, Z) returned here are based in Earth Coordinate Systems. I need to convert it into local coordinate system to place it in a map. I have found some suggestion of converting to local coordinate from lat long(For example : this). But I was just wondering is it possible to change the coordinate directly from the Earth coordinate system?

link|improve this question

You'll have specify the map's projection, for example UTM.. – trashgod Jun 25 '11 at 2:46
feedback

1 Answer

Yes, assuming your local coordinates are East, North, Up (ENU):

http://en.wikipedia.org/wiki/Geodetic_system#From_ECEF_to_ENU

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.