南京气象台自动雨量分析系统的研发摘 要SVG 是由 W3C 组织开发的基于可扩展标记语言的一种矢量图形描述语言,已经在互联网上得到了较广泛的应用。为了以图形方式直观地显示雨量数据变化,方便工作人员进行雨量数据的查询及分析,设计了本套基于 SVG 的雨量分析系统。该自动站雨量分析系统是基于 B/S 架构,使用 ASP.NET 来开发的。主要使用了.NET 三层架构、XML 程序集、矢量图形的动态生成、Web 服务等技术,并实现了系统模块管理、雨量数据管理、城市数据管理、雨量数据查询、生成矢量图形格式的图表等功能模块。在系统中主要对矢量图形文档的生成进行了分析和设计,采用 DOM 模型来操作该图形文档,并封装了基本的图形元素。该自动站雨量分析系统作了新的尝试,采用基于可扩展标记语言的矢量图形作为图形格式,系统与 Web 服务技术相结合,使系统的可重用性和开放性得到了很大的提高。关键词:可伸缩矢量图形;可扩展标记语言;.NET 三层架构;Web 服务Design of the Auto-Station Rainfall Data Analysis System Based on SVGAbstractSVG developed by the W3C, is a vector graphics language based on the XML. And it has been widely used on the Internet. This rainfall analysis system is designed to achieve the goal that the rainfall data's changes are displayed by graphic mode intuitively for assisting to analyze the rainfall data.The auto-station rainfall analysis system, developed in ASP.NET, is based on Browser/Server framework. In this system, many technologies are used, such as .NET Trip-Layer Framework, the XML program assembly, automatic creation of SVG document, Web Service and etc. The system contained function management module, rainfall data management module, city data management module, rain data query module, automatic creation module of SVG document and etc. The Document Object Model is used for manipulating SVG documents, and the basic graphics element is encapsulated.Some new attempts have been made into the auto-station rainfall analysis system. By using...