public DNGridArea(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._objType = EObjectType.网格; thisDesc._objCategory = EObjectCategory.区域类; }
public DNRegion(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._objType = EObjectType.行政区域; thisDesc._objCategory = EObjectCategory.区域类; }
public DNSupportBase(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isEquipment = true; thisDesc._objCategory = EObjectCategory.杆塔类; thisDesc._objScope = EObjectScope.输配电侧; }
public DNTransformFacilityBase(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isFacility = true; thisDesc._objCategory = EObjectCategory.变电设施类; thisDesc._objScope = EObjectScope.输配电侧; }
public DNPlantBase(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isFacility = true; thisDesc._objCategory = EObjectCategory.电厂设施类; thisDesc._objScope = EObjectScope.发电侧; }
public DNBusBarSwitch(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isEquipment = true; thisDesc._objType = EObjectType.母联; thisDesc._objCategory = EObjectCategory.开关类; thisDesc._objScope = EObjectScope.输配电侧; }
public DNConnectivityNode(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isEquipment = true; thisDesc._objType = EObjectType.连接点; thisDesc._objCategory = EObjectCategory.其它类; thisDesc._objScope = EObjectScope.输配电侧; symbolid = ESymbol.小圆圈.ToString(); }
public DNDividingBox(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isFacility = true; thisDesc._objType = EObjectType.分界箱; thisDesc._objCategory = EObjectCategory.其它类; thisDesc._objScope = EObjectScope.输配电侧; symbolid = ESymbol.分界箱.ToString(); }
public DNSwitchStation(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isFacility = true; thisDesc._objType = EObjectType.开关站; thisDesc._objCategory = EObjectCategory.开关设施类; thisDesc._objScope = EObjectScope.输配电侧; symbolid = ESymbol.开关站运行.ToString(); }
public DNSubstationOutline(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isEquipment = true; thisDesc._isFacility = true; thisDesc._objType = EObjectType.变电站出线; thisDesc._objCategory = EObjectCategory.其它类; thisDesc._objScope = EObjectScope.输配电侧; }
public DNTransformerBase(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._isEquipment = true; thisDesc._objCategory = EObjectCategory.变压器类; thisDesc._objScope = EObjectScope.输配电侧; symbolid = ESymbol.双绕组变压器.ToString(); isH = true; }
public DNRechange(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._objType = EObjectType.充电桩站; }
public DNCustomer(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._objType = EObjectType.客户; }
public DNStoredEnergy(pLayer layer) : base(layer) { busiDesc = new DescData(); thisDesc._objType = EObjectType.储能装置; }