com.supermap.mobjects.situationsimulation
类 GeoEntityEffectWake
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffect
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffectWake
-
- 所有已实现的接口:
- IDisposable
public class GeoEntityEffectWake extends GeoEntityEffect
海面尾浪特效类
-
-
构造器概要
构造器 构造器和说明 GeoEntityEffectWake()构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象doublegetLength()获取尾浪长度(单位:米)。doublegetWidth()获取尾浪宽度(单位:米)。voidsetLength(double dLength)设置尾浪长度(单位:米)。voidsetWidth(double dWidth)设置尾浪宽度(单位:米)。-
从类继承的方法 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
-
getLength
public double getLength()
获取尾浪长度(单位:米)。- 返回:
- 尾浪长度。
-
setLength
public void setLength(double dLength)
设置尾浪长度(单位:米)。- 参数:
dLength- 尾浪长度。
-
getWidth
public double getWidth()
获取尾浪宽度(单位:米)。- 返回:
- 尾浪宽度。
-
setWidth
public void setWidth(double dWidth)
设置尾浪宽度(单位:米)。- 参数:
dWidth- 尾浪宽度。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.