x | 変換したい地点の\(x\)座標(基準点から東方向、m)。 The \(x\)-coordinate of the point to convert; east (m) from the reference point. |
y | 変換したい地点の\(y\)座標(基準点から北方向、m)。 The \(y\)-coordinate of the point to convert; north (m) from the reference point. |
refN | 投影の基準点の緯度(\(^{\circ}\))。 The latitude (\(^{\circ}\)) of the reference point of the projection. |
refE | 投影の基準点の経度(\(^{\circ}\))。 The longitude (\(^{\circ}\)) of the reference point of the projection. |
N | 変換後の緯度(\(^{\circ}\))の代入先。
宣言しただけのdouble型変数を&を付けて与える。 The memory into which the latitude (\(^{\circ}\)) computed by the conversion will be inserted. Give an empty double-type variable with &. |
E | 変換後の\(y\)座標(基準点から北方向、m)の代入先。
宣言しただけのdouble型変数を&を付けて与える。 The memory into which the longitude (\(^{\circ}\)) 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 |
\(x\) | 変換したい地点の\(x\)座標(基準点から東方向, m) The \(x\)-coordinate of the point to convert; east (m) from the reference point |
\(y\) | 変換したい地点の\(y\)座標(基準点から北方向, m) The \(y\)-coordinate of the point to convert; north (m) from the reference point |
\(\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 |