| | |
| | | using ExportMap.cs; |
| | | using LFServer.Models; |
| | | using ExportMap.Models; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | |
| | | using System.Linq; |
| | | using System.Web; |
| | | |
| | | namespace LFServer.Models |
| | | namespace ExportMap.Models |
| | | { |
| | | /// <summary> |
| | | /// 出图参数 |
| | |
| | | using System.Linq; |
| | | using System.Web; |
| | | |
| | | namespace LFServer.Models |
| | | namespace ExportMap.Models |
| | | { |
| | | public class ResponseMsg<T> |
| | | { |
| | |
| | | using ExportMap.cs; |
| | | using LFServer.Models; |
| | | using ExportMap.Models; |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | using System; |
| | | using ExportMap.Models; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.IO; |
| | | using System.Linq; |
| | |
| | | return pyFile; |
| | | } |
| | | } |
| | | //xyz.qgz |
| | | |
| | | /// <summary> |
| | | /// 生成 |
| | | /// </summary> |
| | | /// <param name="args">出图参数</param> |
| | | /// <param name="err">错误信息</param> |
| | | /// <returns>图片路径</returns> |
| | | public static string Generate(ExportArgs args, ref string err) |
| | | { |
| | | |
| | | |
| | | return null; |
| | | } |
| | | } |
| | | } |