com.supermap.mobjects.situationsimulation
类 GeoEntityEffectAttackline
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffect
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffectAttackline
-
- 所有已实现的接口:
- IDisposable
public class GeoEntityEffectAttackline extends GeoEntityEffect
进攻示意线特效类(非持续化动作)
-
-
构造器概要
构造器 构造器和说明 GeoEntityEffectAttackline()构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象Point2DsgetControlPathRatio()获取路径控制点(pnt.x = 比例,pnt.y = 高度偏移)。doublegetFlyTime()获取模型运动时间(单位:秒)。GeoStyle3DgetLineStyle3D()获取路径线样式。intgetModelID()获取模型ID(在模型数据集中的ID)。StringgetModelPath()获取模型路径。Point3DgetModelScale()获取模型缩放比例。StringgetStartGeoEntityUUID()获取起始实体uuid。StringgetTargetGeoEntityUUID()获取目标实体uuid。voidsetControlPathRatio(Point2Ds ptsControlPathRatio)设置路径控制点(pnt.x = 比例,pnt.y = 高度偏移)。voidsetFlyTime(double dFlyTime)设置模型运动时间(单位:秒)。voidsetLineStyle3D(GeoStyle3D lineStyle3D)设置路径线样式。voidsetModelID(int modelID)设置模型ID(在模型数据集中的ID)。voidsetModelPath(String strModelPath)设置模型路径。voidsetModelScale(Point3D ptModelScale)设置模型缩放比例。voidsetStartGeoEntityUUID(String strStartGeoEntityUUID)设置起始实体uuid。voidsetTargetGeoEntityUUID(String strTargetGeoEntityUUID)设置目标实体uuid。-
从类继承的方法 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
-
getControlPathRatio
public Point2Ds getControlPathRatio()
获取路径控制点(pnt.x = 比例,pnt.y = 高度偏移)。- 返回:
- 返回路径控制点。
-
setControlPathRatio
public void setControlPathRatio(Point2Ds ptsControlPathRatio)
设置路径控制点(pnt.x = 比例,pnt.y = 高度偏移)。- 参数:
ptsControlPathRatio- 路径控制点。
-
getModelID
public int getModelID()
获取模型ID(在模型数据集中的ID)。- 返回:
- 模型ID。
-
setModelID
public void setModelID(int modelID)
设置模型ID(在模型数据集中的ID)。- 参数:
modelID- 模型ID。
-
getModelPath
public String getModelPath()
获取模型路径。- 返回:
- 模型路径。
-
setModelPath
public void setModelPath(String strModelPath)
设置模型路径。- 参数:
strModelPath- 模型路径。
-
getModelScale
public Point3D getModelScale()
获取模型缩放比例。- 返回:
- 模型缩放比例。
-
setModelScale
public void setModelScale(Point3D ptModelScale)
设置模型缩放比例。- 参数:
ptModelScale- 模型缩放比例。
-
getLineStyle3D
public GeoStyle3D getLineStyle3D()
获取路径线样式。- 返回:
- 路径线样式。
-
setLineStyle3D
public void setLineStyle3D(GeoStyle3D lineStyle3D)
设置路径线样式。- 参数:
lineStyle3D- 路径线样式。
-
getFlyTime
public double getFlyTime()
获取模型运动时间(单位:秒)。- 返回:
- 模型运动时间。
-
setFlyTime
public void setFlyTime(double dFlyTime)
设置模型运动时间(单位:秒)。- 参数:
dFlyTime- 模型运动时间。
-
getStartGeoEntityUUID
public String getStartGeoEntityUUID()
获取起始实体uuid。- 返回:
- 起始实体uuid。
-
setStartGeoEntityUUID
public void setStartGeoEntityUUID(String strStartGeoEntityUUID)
设置起始实体uuid。- 参数:
strStartGeoEntityUUID- 起始实体uuid。
-
getTargetGeoEntityUUID
public String getTargetGeoEntityUUID()
获取目标实体uuid。- 返回:
- 目标实体uuid。
-
setTargetGeoEntityUUID
public void setTargetGeoEntityUUID(String strTargetGeoEntityUUID)
设置目标实体uuid。- 参数:
strTargetGeoEntityUUID- 目标实体uuid。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.