| | |
| | | using ExportMap.cs; |
| | | using ExportMap.db; |
| | | using ExportMap.Models; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | //string wkt = TerrainUtils.GetPointZ(new XYZArgs() { dircode = "0B" }); |
| | | //PyLasUtils.CsTransform("EPSG:4528", 400925.079, 2541768.173); |
| | | //string json = PyLasUtils.GetLasGeomJSON(@"D:\LF\data\las\1_lfz_0.05m.las", 1314); |
| | | TerrainUtils.Complement(new XYZArgs() { dircode = "00" }); |
| | | //TerrainUtils.Complement(new XYZArgs() { dircode = "00" }); |
| | | |
| | | ExportArgs args = new ExportArgs() { title = "Test" }; |
| | | SysTask task = TaskDBHelper.CreateTask(ExportUtil.ToXYZArgs(args), "PNG", "在线制图(PNG)"); |
| | | Tools.ExecCmd(task, "dir", true, true); |
| | | |
| | | return DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); |
| | | } |