com.supermap.mobjects.common
类 SmlDataManager
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.common.SmlDataManager
-
- 所有已实现的接口:
- IDisposable
public class SmlDataManager extends com.supermap.data.InternalHandleDisposable态势图管理类。保存和打开态势图文件,可以与前端互通
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()对象释放static SmlDataManagergetInstance()态势图管理类单例获取booleanopenSmlData2D(MapControl map, String strPath)打开二维场景booleanopenSmlData3D(SceneControl scene, String strPath)打开三维场景voidsaveToSmlData2D(MapControl map, String strPath)保存二维场景voidsaveToSmlData3D(SceneControl scene, String strPath)保存三维场景
-
-
-
方法详细资料
-
getInstance
public static SmlDataManager getInstance()
态势图管理类单例获取
-
saveToSmlData3D
public void saveToSmlData3D(SceneControl scene, String strPath)
保存三维场景
-
saveToSmlData2D
public void saveToSmlData2D(MapControl map, String strPath)
保存二维场景
-
openSmlData3D
public boolean openSmlData3D(SceneControl scene, String strPath)
打开三维场景
-
openSmlData2D
public boolean openSmlData2D(MapControl map, String strPath)
打开二维场景
-
dispose
public void dispose()
对象释放
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.