メインコンテンツ

このページは機械翻訳を使用して翻訳されました。元の英語を参照するには、ここをクリックします。

3次元座標とベクトル変換

座標とベクトル成分をグローバルシステムとローカルシステム間で変換、回転楕円体との交差を見つける

地球中心地球固定 (ECEF)、測地、東北上 (ENU)、北東下 (NED)、方位角標高範囲 (AER) システム間で 3D 座標を変換。ECEF、ENU、NED システム間で 3Dベクトルコンポーネントを変換。

選択する変換関数のタイプはデータによって異なります。データがシステムの原点に対する相対的な位置を表す場合は、座標変換を選択します。データが速度や加速度などの量を表す場合は、ベクトル変換関数を選択します。

関数

すべて展開する

aer2ecefTransform local spherical coordinates to geocentric Earth-centered Earth-fixed
enu2ecefTransform local east-north-up coordinates to geocentric Earth-centered Earth-fixed
geodetic2ecef測地座標を地心座標に変換地球中心座標 地球固定座標
ned2ecefTransform local north-east-down coordinates to geocentric Earth-centered Earth-fixed
ecefOffsetCartesian ECEF offset between geodetic coordinates
aer2geodeticTransform local spherical coordinates to geodetic
ecef2geodetic地球中心の地球固定座標を測地座標に変換
enu2geodeticTransform local east-north-up coordinates to geodetic
ned2geodeticTransform local north-east-down coordinates to geodetic
lookAtSpheroidLine of sight intersection with oblate spheroid
aer2enuTransform local spherical coordinates to local east-north-up
ecef2enu地心地球中心地球固定座標をローカルな東北上に変換
geodetic2enu測地座標をローカルの東北上に変換
aer2nedTransform local spherical coordinates to local north-east-down
ecef2nedTransform geocentric Earth-centered Earth-fixed coordinates to local north-east-down
geodetic2nedTransform geodetic coordinates to local north-east-down
ecef2aerTransform geocentric Earth-centered Earth-fixed coordinates to local spherical
enu2aerTransform local east-north-up coordinates to local spherical
geodetic2aerTransform geodetic coordinates to local spherical
ned2aerTransform local north-east-down coordinates to local spherical
ecef2enuvRotate geocentric Earth-centered Earth-fixed vector to local east-north-up
ecef2nedvRotate geocentric Earth-centered Earth-fixed vector to local north-east-down
enu2ecefvRotate local east-north-up vector to geocentric Earth-centered Earth-fixed
ned2ecefvRotate local north-east-down vector to geocentric Earth-centered Earth-fixed

トピック

注目の例