Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 iPhone 或 iPad 的 MapView 中有一个带有私有地理坐标系的图层。现在我需要在这一层显示一个gps位置,如果我使用七参数转换算法将坐标从WGS84转换到我的GCS,我该怎么办?
我应该实现CLLocationManagerDelegate的哪个方法?
此方法不包含在框架中。你必须自己编码。网络上有很多例子。如果您搜索类似的东西,LLHToXYZ或者LLA to ECEF您可以找到实现。此页面在 Javascript 中有一个:
LLHToXYZ
LLA to ECEF
http://www.oc.nps.edu/oc2902w/coord/llhxyz.htm