定版V1.0

master
chenzenghui 2025-06-12 20:20:12 +08:00
parent f7d7e6ba84
commit c6880b6ac8
1 changed files with 3 additions and 0 deletions

View File

@ -20,12 +20,15 @@
/// <param name="XYZP">经纬度点--degree</param> /// <param name="XYZP">经纬度点--degree</param>
/// <returns>投影坐标系点</returns> /// <returns>投影坐标系点</returns>
Landpoint BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA); Landpoint BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA);
void BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA,Point3& XYZ); void BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA,Point3& XYZ);
Eigen::MatrixXd BASECONSTVARIABLEAPI LLA2XYZ(Eigen::MatrixXd landpoint); Eigen::MatrixXd BASECONSTVARIABLEAPI LLA2XYZ(Eigen::MatrixXd landpoint);
double BASECONSTVARIABLEAPI getPixelSpacingInDegree(double pixelSpacingInMeter); double BASECONSTVARIABLEAPI getPixelSpacingInDegree(double pixelSpacingInMeter);
double BASECONSTVARIABLEAPI getPixelSpacingInMeter(double pixelSpacingInDegree); double BASECONSTVARIABLEAPI getPixelSpacingInMeter(double pixelSpacingInDegree);
/// <summary> /// <summary>
/// 将地固参心坐标系转换为经纬度 /// 将地固参心坐标系转换为经纬度
/// </summary> /// </summary>