Beispiel #1
0
 public DNGridArea(pLayer layer)
     : base(layer)
 {
     busiDesc              = new DescData();
     thisDesc._objType     = EObjectType.网格;
     thisDesc._objCategory = EObjectCategory.区域类;
 }
Beispiel #2
0
 public DNRegion(pLayer layer)
     : base(layer)
 {
     busiDesc              = new DescData();
     thisDesc._objType     = EObjectType.行政区域;
     thisDesc._objCategory = EObjectCategory.区域类;
 }
Beispiel #3
0
 public DNSupportBase(pLayer layer)
     : base(layer)
 {
     busiDesc = new DescData();
     thisDesc._isEquipment = true;
     thisDesc._objCategory = EObjectCategory.杆塔类;
     thisDesc._objScope    = EObjectScope.输配电侧;
 }
Beispiel #4
0
 public DNTransformFacilityBase(pLayer layer)
     : base(layer)
 {
     busiDesc              = new DescData();
     thisDesc._isFacility  = true;
     thisDesc._objCategory = EObjectCategory.变电设施类;
     thisDesc._objScope    = EObjectScope.输配电侧;
 }
Beispiel #5
0
 public DNPlantBase(pLayer layer)
     : base(layer)
 {
     busiDesc              = new DescData();
     thisDesc._isFacility  = true;
     thisDesc._objCategory = EObjectCategory.电厂设施类;
     thisDesc._objScope    = EObjectScope.发电侧;
 }
Beispiel #6
0
 public DNBusBarSwitch(pLayer layer)
     : base(layer)
 {
     busiDesc = new DescData();
     thisDesc._isEquipment = true;
     thisDesc._objType     = EObjectType.母联;
     thisDesc._objCategory = EObjectCategory.开关类;
     thisDesc._objScope    = EObjectScope.输配电侧;
 }
Beispiel #7
0
 public DNConnectivityNode(pLayer layer)
     : base(layer)
 {
     busiDesc = new DescData();
     thisDesc._isEquipment = true;
     thisDesc._objType     = EObjectType.连接点;
     thisDesc._objCategory = EObjectCategory.其它类;
     thisDesc._objScope    = EObjectScope.输配电侧;
     symbolid = ESymbol.小圆圈.ToString();
 }
Beispiel #8
0
 public DNDividingBox(pLayer layer)
     : base(layer)
 {
     busiDesc              = new DescData();
     thisDesc._isFacility  = true;
     thisDesc._objType     = EObjectType.分界箱;
     thisDesc._objCategory = EObjectCategory.其它类;
     thisDesc._objScope    = EObjectScope.输配电侧;
     symbolid              = ESymbol.分界箱.ToString();
 }
Beispiel #9
0
 public DNSwitchStation(pLayer layer)
     : base(layer)
 {
     busiDesc              = new DescData();
     thisDesc._isFacility  = true;
     thisDesc._objType     = EObjectType.开关站;
     thisDesc._objCategory = EObjectCategory.开关设施类;
     thisDesc._objScope    = EObjectScope.输配电侧;
     symbolid              = ESymbol.开关站运行.ToString();
 }
Beispiel #10
0
 public DNSubstationOutline(pLayer layer)
     : base(layer)
 {
     busiDesc = new DescData();
     thisDesc._isEquipment = true;
     thisDesc._isFacility  = true;
     thisDesc._objType     = EObjectType.变电站出线;
     thisDesc._objCategory = EObjectCategory.其它类;
     thisDesc._objScope    = EObjectScope.输配电侧;
 }
Beispiel #11
0
        public DNTransformerBase(pLayer layer)
            : base(layer)
        {
            busiDesc = new DescData();
            thisDesc._isEquipment = true;
            thisDesc._objCategory = EObjectCategory.变压器类;
            thisDesc._objScope    = EObjectScope.输配电侧;

            symbolid = ESymbol.双绕组变压器.ToString();
            isH      = true;
        }
Beispiel #12
0
 public DNRechange(pLayer layer)
     : base(layer)
 {
     busiDesc          = new DescData();
     thisDesc._objType = EObjectType.充电桩站;
 }
Beispiel #13
0
 public DNCustomer(pLayer layer)
     : base(layer)
 {
     busiDesc          = new DescData();
     thisDesc._objType = EObjectType.客户;
 }
Beispiel #14
0
 public DNStoredEnergy(pLayer layer)
     : base(layer)
 {
     busiDesc          = new DescData();
     thisDesc._objType = EObjectType.储能装置;
 }