com.supermap.mobjects.situationsimulation
类 GeoEntityEffectExtend
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffect
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffectExtend
-
- 所有已实现的接口:
- IDisposable
public class GeoEntityEffectExtend extends GeoEntityEffect
扩展动作特效类
-
-
构造器概要
构造器 构造器和说明 GeoEntityEffectExtend()
构造函数
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 static void
AddExtendCallBackListener(GeoEntityEffectExtendListener geoEntityEffectExtendListener)
添加特效动作回调函数。void
dispose()
释放对象String
getName()
获取特效动作名称。String
getParm()
获取特效动作参数。static void
RemoveExtendCallBackListener(GeoEntityEffectExtendListener geoEntityEffectExtendListener)
移除特效动作回调函数。void
setName(String strName)
设置特效动作名称。void
setParm(String strParm)
设置动作参数。-
从类继承的方法 com.supermap.mobjects.situationsimulation.GeoEntityEffect
clone, fromXml, generateUuid, getOffset, getType, getUuid, isChangeSizeFlowModel, isVisible, setChangeSizeFlowModel, setOffset, setUuid, setVisible, toXml
-
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中GeoEntityEffect
-
getName
public String getName()
获取特效动作名称。- 返回:
- 名称。
-
setName
public void setName(String strName)
设置特效动作名称。- 参数:
strName
- 名称。
-
getParm
public String getParm()
获取特效动作参数。- 返回:
- 参数。
-
setParm
public void setParm(String strParm)
设置动作参数。- 参数:
strParm
- 参数。
-
AddExtendCallBackListener
public static void AddExtendCallBackListener(GeoEntityEffectExtendListener geoEntityEffectExtendListener)
添加特效动作回调函数。- 参数:
geoEntityEffectExtendListener
- 特效动作回调函数。
-
RemoveExtendCallBackListener
public static void RemoveExtendCallBackListener(GeoEntityEffectExtendListener geoEntityEffectExtendListener)
移除特效动作回调函数。- 参数:
geoEntityEffectExtendListener
- 特效动作回调函数。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.