ISGWorld61接口

来源:互联网 发布:淘宝钻石买家最爱 编辑:程序博客网 时间:2024/06/16 02:53

The ISGWorld61 Interface 

ISGWorld61接口

 

ISGWorld61 in the main entry point to most TerraExplorer interfaces. Through this interface you can manage your application and 3D content and handle events .

在众多TerraExplorer接口中,ISGWorld61是主要的接入点。通过该接口可以管理你的程序和3D内容,并可以处理事件。

 

The following interfaces are properties of the ISGWorld61 interface:

下列接口是ISGWorld61接口下的属性:

 

§   IProject61 (.Project) – Open the project, manage its properties and save the project.

§   IProject61 (.Project) – 打开一个工程,管理其属性以及保存该工程。

 

§   INavigate61 (.Navigate) – Navigate in the 3D world by setting the camera position and produce complex movements such as FlyTo and Zoom in and out.

§   INavigate61 (.Navigate) – 通过设定摄影机位置来进行3D导航,同时生成较为复杂的动作,如飞向某地和放大缩小。

 

§   IProjectTree61 (.ProjectTree) - Provides complete access to the TerraExplorer Project Tree. It allows the creation of groups and queries on objects in the tree.  

§   IProjectTree61 (.ProjectTree) - 提供了对TerraExplorer Project Tree的完整访问。同时允许建立组和查询操作。

 

§   ICreator61 (.Creator) – Create and delete all layers, objects, positions, geometry, colors, and presentations.

§   ICreator61 (.Creator) – 对任何layers,objects,positions,geometry,colors,以及presentations进行创建和删除。

 

§   IAnalysis61 (.Analysis) – Perform terrain analysis operations.

§   IAnalysis61 (.Analysis) – 提供地形分析操作。

 

§   ITerrain61 (.Terrain) – Exposes information, such as the MPT file name that is being used, and additional information about the MPT coordinate system, and height information.

§   ITerrain61 (.Terrain) – 展示诸如正在使用的MPT文件的文件名,关于MPT坐标系、高度信息等额外信息。

 

§   IWindow61 (.Window) – Allow the user to query the 3D world according to points on the screen, create and manage popup windows, create snapshots and manage user interface elements such as on screen layers and controls.

§   IWindow61 (.Window) – 允许用户在3D环境中根据屏幕上的点进行查询操作、创建和管理弹窗,创建截屏,管理用户界面元素,如图层、控件等。

 

§   ICommand61 (.Command) – Enable activation of TerraExplorer user interface operations such as turning on and off the underground mode or start manual object editing.

§   ICommand61 (.Command) – 激活TerraExplorer用户界面操作,如打开和关闭后台模式或者开启手动对象编辑。

 

§   ICoordServices61 (.CoordServices) – Coordinate system related features. It allows you to define a coordinate system for your input coordinates, and have TerraExplorer convert them to the coordinate system of the current terrain database.

§   ICoordServices61 (.CoordServices) – 坐标系统相关要素。它使你可以根据你输入的坐标定义一个坐标系,并将其转化成当前地形数据库的坐标系统

 

§   Events – Listen to TerraExplorer events using the AttachEvent method.

§   Events – 用AttachEvent 方法监听TerraExplorer事件.

 

Note: The current set of interfaces supported by TerraExplorer v6.1. When working with older version of TerraExplorer refer to the relevant Programmers Guide.

注意:上述接口仅适用于TerraExplorer 6.1版本,当您适用早期版本时请参阅对应的编程手册

0 0