diff --git a/BaseTool/GeoOperator.h b/BaseTool/GeoOperator.h
index bd0125d..c318d06 100644
--- a/BaseTool/GeoOperator.h
+++ b/BaseTool/GeoOperator.h
@@ -20,12 +20,15 @@
/// 经纬度点--degree
/// 投影坐标系点
Landpoint BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA);
+
void BASECONSTVARIABLEAPI LLA2XYZ(const Landpoint& LLA,Point3& XYZ);
+
Eigen::MatrixXd BASECONSTVARIABLEAPI LLA2XYZ(Eigen::MatrixXd landpoint);
double BASECONSTVARIABLEAPI getPixelSpacingInDegree(double pixelSpacingInMeter);
double BASECONSTVARIABLEAPI getPixelSpacingInMeter(double pixelSpacingInDegree);
+
///
/// 将地固参心坐标系转换为经纬度
///