AutoCAD Map 3D 2011 Update 2 - Released!

简介:


 

In a continuing effort to provide high-quality products, Autodesk has released the AutoCAD Map 3D 2011 Update 2.


The Readme contains the latest information regarding the installation and use of this update. It is strongly recommended that you read this entire document before you apply the update to your product. For your reference, you should save the Readme to your hard drive or print a copy.

 

Windows Vista 和 Windows 7 用户须知

如果在运行 AutoCAD Map 3D 时应用此更新,建议不要单击“自动关闭应用程序并在安装完成后尝试将其重新启动”选项,而应手动关闭 AutoCAD Map 3D,然后在系统提示时按“忽略”。还建议您在安装此更新后重新启动系统。

 
此更新解决的主要 AutoCAD Map 3D 问题

FDO WFS

· AutoCAD Map 3D 2011 Update 2 现在支持 WFS GIS 特征(点、线串、多边形)可以具有多个几何形状或 DateTime 属性。

FDO SQLite

· 此更新可让 FDO 3.4 SQLite 提供程序在 AutoCAD Map 3D 2010 中打开 FDO 3.5 SQLite 数据存储。

显示管理器

· 在使用某些 .lin 文件中的符号进行样式化之后,增强的线条变得无法选择这一问题已经解决。

 

详情请看Readme

Readmes


English (html - 650Kb)


French (html - 163Kb)


German (html - 159Kb)


Italian (html - 158Kb)


Spanish (html - 160Kb)


Japanese (html - 163Kb)


Korean (html - 157Kb)


Simplified Chinese (html - 152Kb)


Traditional Chinese (html - 152Kb)


Russian (html - 174Kb)


Czech (html - 164Kb)


Hungarian (html - 169Kb)


Polish (html - 160Kb)

 

Downloads

http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=17148094&linkID=9240858

 


AutoCAD Map 3D 2011 Update 2 32-bit (exe - 16074Kb)


AutoCAD Map 3D 2011 Update 2 64-bit (exe - 39148Kb)

作者: 峻祁连
邮箱:junqilian@163.com 
出处: http://junqilian.cnblogs.com 
转载请保留此信息。



本文转自峻祁连. Moving to Cloud/Mobile博客园博客,原文链接:http://www.cnblogs.com/junqilian/archive/2011/06/15/2081135.html ,如需转载请自行联系原作者
相关文章
|
3月前
|
Dart
Dart之集合详解(List、Set、Map)
Dart之集合详解(List、Set、Map)
|
1月前
|
存储 安全 Java
java集合框架复习----(4)Map、List、set
这篇文章是Java集合框架的复习总结,重点介绍了Map集合的特点和HashMap的使用,以及Collections工具类的使用示例,同时回顾了List、Set和Map集合的概念和特点,以及Collection工具类的作用。
java集合框架复习----(4)Map、List、set
|
1月前
|
Java
【Java集合类面试二十二】、Map和Set有什么区别?
该CSDN博客文章讨论了Map和Set的区别,但提供的内容摘要并未直接解释这两种集合类型的差异。通常,Map是一种键值对集合,提供通过键快速检索值的能力,而Set是一个不允许重复元素的集合。