From a67a20d4be54f2a5943f16c187febbe59403456c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 20 九月 2023 17:52:28 +0800 Subject: [PATCH] 获取las坐标JSON --- ExportMap/Controllers/ConvertController.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ExportMap/Controllers/ConvertController.cs b/ExportMap/Controllers/ConvertController.cs index 1c9abb4..6e0db2f 100644 --- a/ExportMap/Controllers/ConvertController.cs +++ b/ExportMap/Controllers/ConvertController.cs @@ -27,7 +27,8 @@ //TerrainUtils.Project("D:/xyz/dem/dem/32a_4326_.tif", "EPSG:4490"); //string wkt = TerrainUtils.GetPointZ(new XYZArgs() { dircode = "0B" }); - PyLasUtils.CsTransform("EPSG:4528", 400925.079, 2541768.173); + //PyLasUtils.CsTransform("EPSG:4528", 400925.079, 2541768.173); + string json = PyLasUtils.GetLasGeomJSON(@"D:\LF\data\las\1_lfz_0.05m.las", 1314); return DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); } -- Gitblit v1.9.3