基于web的远程交互设计系统的设计与实现.doc

约50页DOC格式手机打开展开

基于web的远程交互设计系统的设计与实现,本论文约2.4m 合计50页 本文为设计方案【摘要】以前,图形交换文件(dxf)仅限于应用在单机图形设计方面。近几年来,随着internet的飞速发展,它的出现为世界带来了大量的网络应用。现在,internet已成为信息发布的主要工具。网络带来的新发展很大程度上影响了图形交换文件在internet领域上的应用,更不用说...
编号:99-4803大小:2.38M
分类: 论文>计算机论文

内容介绍

此文档由会员 hakater 发布

本论文约2.4M 合计50页 本文为设计方案
【摘 要】
以前,图形交换文件(DXF)仅限于应用在单机图形设计方面。近几年来,随着Internet的飞速发展,它的出现为世界带来了大量的网络应用。现在,Internet已成为信息发布的主要工具。网络带来的新发展很大程度上影响了图形交换文件在Internet领域上的应用,更不用说是在网络上对图形交换文件进行互动的设计,加上AutoCAD在机械、建筑、电子、航天、造船、石油化工、土木工程、冶金、农业、气象、纺织、轻工已经得到广泛的应用,对图形交换文件(DXF)进行基于网络的远程交互设计必然会有一个广阔的应用前景。在网络这个没有距离的社会,做到不同地域之间的交互设计显得尤为重要,越来越多的人希望有这样的系统能提供方便、快捷的功能以完成工作上交互的需要。本系统“基于Web的远程交互设计系统”有它的独特之处,例如,通过远端客户机读取服务端数据库中的图形数据,并在网页上对DXF格式的机械设计图、建筑模型图等等进行还原,不同地域间的用户不仅可以在终端机器上完成对DXF图形实体的浏览、缩放、移动、分层显示、查询的操作,还可以使用程序提供的绘图工具对图形进行编辑并将结果保存到服务端数据库,通过对服务器端数据库的读写操作来实现用户之间的信息交互,有助于减少工程师、建筑师和其他用户之间进行交流的障碍,并使他们可以更多地共享数字化的设计信息,使Internet成为设计工作的主要协作平台。


关键字:Web;AutoCAD;Java;远程交互设计;图形交换文件


【Abstract】
The Design and Implement of the Remote Interactive Design System Based On Web
Department of Computer Science
Formerly, the graphic exchange file was only applied to the stand-alone terminal for the graphic design. At present, with the rapid development, Internet has brought along lots of applications on web. Internet has become the primary implement for publishing information. The development which is brought along by network has an effect on the application of Internet for graphic exchang files, particularly the interactive design for the graphic exchang files on web, in addition AutoCAD has been applied to lots of field, such as machine、architecture、electron、spaceflight、shipbuilding、industry of oil and chemistry、civil engineering、metrallurgy、agriculture、weather、spin and light industry, so it must has a wide outlook in using the remote interactive design for the graphic exchange files. Internet is a society which has no distance, it is very importment for people to design graphics by using the interactive mode in different areas, more and more people hopes that such a system that can help them to meet with the need of interaction in their jobs conveniently and rapidly. “The Remote Interactive Design System Based On Web” has its unique characteristic, such as it can use the remote terminal read the graphic data from the database which is deployed on the server, and display the plan of machine or plan of architecture which are defined to the DXF format on the pages, the user from different areas not only can finish the work such as browse、scaling、transfer、controlling the graphic layer and query, but also can use the drawing tools that are supplied by the client to edit the graphics and save the result to the database, implementing the interactive communication among people by accessing the database in the server. It is useful for the engineer、architect and other users to improve the communication with each other, they can share more digital information on design. The system makes the Internet become the primary cooperate platform.

Keywords: Web;AutoCAD;Java;Remote Interactive Design;Graphic Exchange File
目录

1前言 4
1.1对现有系统的分析 4
1.2对现有系统的改进 5
1.2.1系统使用的数据格式 6
1.2.2系统的特点 6
2系统的需求 7
2.1系统实现的目标 7
2.2用户的特点 7
2.3假定和约束 7
2.4系统的用例高层图 8
2.5系统需求用例文档 9
2.5.1“授权用户”的用例文档 9
2.5.2“添加文件”的用例文档 10
2.5.3“导入数据”的用例文档 11
2.5.4“保存数据”的用例文档 12
2.5.5“浏览工程图”的用例文档 13
2.5.6“修改工程图”的用例文档 14
2.6对性能的规定 15
2.6.1安全性 15
2.6.2灵活性 16
2.6.3输人输出要求 16
2.6.4数据管理能力要求 16
2.6.5故障处理要求 16
3系统的设计 16
3.1系统的基本功能 16
3.2运行环境 17
3.3系统的基本设计概念和处理流程 18
3.4系统的结构 21
3.5系统的接口设计 26
3.6数据库设计 26
4系统测试 38
4.1测试环境 38
4.2测试过程 38
5总结 47
5.1系统实现的功能 47
5.2系统所采用的技术 47
5.3系统的使用价值 48