Drawing and Application of GOO Single-Line Display of Distribution Network

Jiangang Lu
2009-01-01
Abstract:The drawing and application of GOO(Graphic-Object-Oriented) single-line display for power distribution network are realized using GDI+ technology and the class and interface method in Windows environment.Four levels of class are designed with the concept of layered modularization:the base class,management of public properties and methods;the basic graph class,point,line,rectangle and text derived from the base class;the merging / binding class,various electric icons created from the basic graph class;the canvas class,management of icon aggregation on a single-line display.The display is saved on disk through serialization / deserialization and uploaded to database server.The client detects the new version and updates the display by downloading from server.An enumeration structure and a global control word collection are defined to meet different requirements of different applications for icon generation,single line drawing,topology modeling,switch operation simulation,etc..
What problem does this paper attempt to address?