using ExportMap.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ExportMap.cs
{
public class LasUtils
{
///
/// 生成
///
/// XYZ参数
/// 错误信息
/// 数据发布ID集合
public static List Generate(XYZArgs args, ref string err)
{
return null;
}
}
}