N | 変換したい地点の緯度(\(^{\circ}\))。 The latitude (\(^{\circ}\)) of the point to convert. |
E | 変換したい地点の経度(\(^{\circ}\))。 The longitude (\(^{\circ}\)) of the point to convert. |
refN | 投影の基準点の緯度(\(^{\circ}\))。 The latitude (\(^{\circ}\)) of the reference point of the projection. |
refE | 投影の基準点の経度(\(^{\circ}\))。 The longitude (\(^{\circ}\)) of the reference point of the projection. |
x | 変換後の\(x\)座標(基準点から東方向、m)の代入先。
宣言しただけのdouble型変数を&を付けて与える。 The memory into which the \(x\) coordinate (in meters; eastward from the reference point) computed by the conversion will be inserted. Give an empty double-type variable with &. |
y | 変換後の\(y\)座標(基準点から北方向、m)の代入先。
宣言しただけのdouble型変数を&を付けて与える。 The memory into which the \(y\) coordinate (in meters; northward from the reference point) computed by the conversion will be inserted. Give an empty double-type variable with &. |
記号 Notation |
意味 Description |
値 Value |
\(a\) | 楕円体の長半径(m) The longer radius (m) of the ellipsoid |
6378137.0 |
\(F\) | 楕円体の扁平率の逆数 The inverse of the ellipticity of the ellipsoid |
298.257222101 |
\(m_0\) | 縮尺係数 The scale factor |
0.9999 |
記号 Notation |
意味 Description |
\(\phi\) | 変換したい地点の緯度(rad) The latitude (rad) of the point to convert |
\(\lambda\) | 変換したい地点の経度(rad) The longitude (rad) of the point to convert |
\(\phi_0\) | 投影の基準点の緯度(rad) The latitude (rad) of the reference point of the projection |
\(\lambda_0\) | 投影の基準点の経度(rad) The longitude (rad) of the reference point of the projection |