|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Collections.ObjectModel;
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace IDEParameter
|
|
|
|
|
{
|
|
|
|
|
public class ParmForDLTB
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 变更图斑Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrBG_TBLay { get; set; }
|
|
|
|
|
#region 基础库图层
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础图斑Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJC_TBLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础行政区Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJC_XZQLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础村级调查区Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJC_CJDCQLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础城镇村Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJC_CZCLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础行政区界线Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJC_XZQJXLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础村级调查区界线Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJC_CJDCQJXLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础耕地等别Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJC_GDDBLay { get; set; }
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region 增量库图层
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGX_TBLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新过程Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGXGC_TBLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGX_XZQLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新过程Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGXGC_XZQLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGX_CJDCQLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新过程Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGXGC_CJDCQLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGX_CZCLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新过程Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGXGC_CZCLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGX_GDDBLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 界线更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGX_XZQJXLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 界线更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGX_CJDCQJXLay { get; set; }
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
public string StrListZLXXInfo { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 年末Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrNMLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 年末图斑Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrNMTBLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 工程目录
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string ProjDir { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 行政区代码
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string XZQDM { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public class ParmConvert
|
|
|
|
|
{
|
|
|
|
|
public ParmConvert(ParmForDLTB parm)
|
|
|
|
|
{
|
|
|
|
|
if (!string.IsNullOrWhiteSpace(parm.StrBG_TBLay))
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 变更图斑Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrBGLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础图斑Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJCLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 基础界线Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJCJXLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGXLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 更新过程Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrGXGCLay { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 界线更新Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrJXGXLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 年末Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrNMLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 年末图斑Layer
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StrNMTBLayer { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 工程目录
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string ProjDir { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 行政区代码
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string XZQDM { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|