我对如何将世界文件转换为左上角和右下角坐标以在 MapKit 中使用有点困惑。我正在尝试将 NOAA 雷达图像放在地图上。
这是一个世界文件的例子:
0.0147268399325284
0.000000
0.000000
-0.0147268399325284
-166.284681479714
64.8355168290572
这是所有世界文件的关键:
Line 1: x-dimension of a pixel in map units
Line 2: rotation parameter
Line 3: rotation parameter
Line 4: NEGATIVE of y-dimension of a pixel in map units
Line 5: x-coordinate of center of upper left pixel
Line 6: y-coordinate of center of upper left pixel
我知道如果我有图片的左上角和右下角(反之亦然)坐标,我将能够在 MKMapView 上显示它。但我不确定如何在 MKMapView 上执行世界文件,或者如何转换它。任何帮助将不胜感激!