com.supermap.realspace
类 Effect3D
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.realspace.Effect3D
-
- 所有已实现的接口:
- IDisposable
- 直接已知子类:
- PolylineEffect, RegionEffect
public class Effect3D extends com.supermap.data.InternalHandleDisposable
三维特效类,对线对象支持多种动态线型特效,对面对象支持多种动态面填充特效。 如果是二维的数据,在风格设置里将高度模式设置成绝对高度。
-
-
构造器概要
构造器 构造器和说明 Effect3D()
构造一个新的 Effect3D 对象。
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放所占资源。ArrayList<EffectSetting>
getEffectSettings()
获取特效属性static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放所占资源。
-
getEffectSettings
public ArrayList<EffectSetting> getEffectSettings()
获取特效属性- 返回:
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.