主要内容

本页采用了机器翻译。点击此处可查看英文原文。

三维坐标与向量变换

在全局坐标系与局部坐标系之间转换坐标及矢量分量;计算与椭球体的交点

在地心地固坐标系 (ECEF)、大地坐标系、东北天坐标系 (ENU)、北东地坐标系 (NED) 和方位-仰角-距离坐标系 (AER) 之间转换三维坐标。在 ECEF、ENU 和 NED 坐标系之间转换三维矢量分量。

您选择的转换函数类型取决于您的数据。如果您的数据表示相对于坐标系原点的相对位置,请选择坐标变换。如果您的数据表示速度或加速度等量值,请选择向量转换函数。

函数

全部展开

aer2ecefTransform local spherical coordinates to geocentric Earth-centered Earth-fixed
enu2ecef将局部东北天坐标转换为地心地固坐标
geodetic2ecef将大地坐标转换为地心地固坐标
ned2ecef将局部北东地坐标转换为地心地固坐标
ecefOffsetCartesian ECEF offset between geodetic coordinates
aer2geodetic将局部球面坐标转换为大地坐标系
ecef2geodetic将地心地固坐标系转换为大地坐标系
enu2geodetic将本地“东北天”坐标系转换为大地坐标系
ned2geodeticTransform local north-east-down coordinates to geodetic
lookAtSpheroidLine of sight intersection with oblate spheroid
aer2enu将局部球坐标系转换为局部东北天坐标系
ecef2enu将地心地固坐标转换为局部东北天坐标
geodetic2enu将大地坐标转换为局部东北天坐标
aer2nedTransform local spherical coordinates to local north-east-down
ecef2ned将地心地固坐标转换为局部北东地坐标
geodetic2ned将大地坐标转换为局部北东地坐标系
ecef2aer将地心地固坐标转换为局部球坐标
enu2aer将局部东北天坐标系转换为局部球面坐标系
geodetic2aer将大地坐标转换为局部球面坐标
ned2aer将本地北东地坐标系转换为本地球坐标系
ecef2enuv将地心地固坐标系中的向量旋转至局部东北天坐标系
ecef2nedv将地心地固向量旋转至本地北东地方向
enu2ecefvRotate local east-north-up vector to geocentric Earth-centered Earth-fixed
ned2ecefv将本地“北东地”向量旋转至地心地固坐标系

主题

精选示例