dwg 文件:jdwglib 的使用

发布于 2024-10-15 06:24:08 字数 141 浏览 5 评论 0原文

我想编写一个应用程序,用于使用 eclipse 在 android 上打开和显示 dwg 图像。为此,我在项目中包含了 jdwglib jar。 在这种情况下,读取 dwg 文件和显示 dwg 文件是否相同? 还请告诉我在包含这个库后应该做什么。

谢谢

i want to write an application for opening and displaying a dwg image on android using eclipse..for that i included the jdwglib jar in the the project.
in this context,is reading a dwg file and diplaying a dwg file the same??
also plz tell me wat should be done after including this library.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

澜川若宁 2024-10-22 06:24:08

在这种情况下,读取 dwg 文件和显示 dwg 文件是否相同?

不,只不过读取文本文件和显示文本文件是一样的。

还请告诉我在包含这个库后应该做什么。

您需要将其移植到 Android 上运行——如果不进行修改,它可能会也可能不会工作。然后,您需要编写自己的 DWG 绘图例程。这可能会花费您很长时间,因为 DWG 规范有 225 页长。

另请参阅:是否可以在 Android SDK 中包含 DWG Trueview 作为打开和查看 DWG 文件的工具?

in this context,is reading a dwg file and diplaying a dwg file the same??

No, no more than reading a text file and displaying a text file are the same.

also plz tell me wat should be done after including this library.

You will need to port it to run on Android -- it may or may not work without modification. Then, you will need to write your own DWG drawing routines. This may take you a very long time, since the DWG specification is 225 pages long.

See also: Is It Possible To Include DWG Trueview In The Android SDK As A Tool To Open And View a DWG File?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文