Страница 1 из 1
Параметры поворота для world файла
Добавлено: 12 июл 2006, 14:44
vsp
Как определить параметры поворота в world файле для использования в ArcGIS
Вторая-третья строка
Добавлено: 18 июл 2006, 16:39
geologic
но это же есть в help. Или... вопрос не до конца сформулирован.
Добавлено: 19 июл 2006, 13:41
vsp
<<но это же есть в help>> , а что там есть, кроме того, что обычно эти коэфф =0?
Впрочем проблема решилась. Коэффициентов поворота в world файле оказалось на два , как написано в хелпе, а как и должно быть - четыре
Добавлено: 20 июл 2006, 14:27
geologic
Ну не совсем так уж там пусто, в хелпе-то:
The transformation parameters are stored in the world file in this order:
20.17541308822119 - A
0.00000000000000 - D
0.00000000000000 - B
-20.17541308822119 - E
424178.11472601280548 - C
4313415.90726399607956 - F
A = x-scale; dimension of a pixel in map units in x direction
B, D = rotation terms
C, F = translation terms; x,y map coordinates of the center of the upper-left pixel
E = negative of y-scale; dimension of a pixel in map units in y direction
When this file is present, ArcView performs the image-to-world transformation. The image-to-world transformation is a six-parameter affine transformation in the form of:
x1 = Ax + By + C
y1 = Dx + Ey + F
x1 = calculated x-coordinate of the pixel on the map
y1 = calculated y-coordinate of the pixel on the map
x = column number of a pixel in the image
y = row number of a pixel in the image
Взято отсюда:
http://webhelp.esri.com/arcgisdesktop/9 ... ld%20files
но в ArcView практически то же самое. То есть из формул вполне очевидно, как эти самые "rotation terms B and D" работают.
О каких четырех параметрах поворота идет речь, можно ссылочку?