com.supermap.mobjects.situationsimulation
类 ArrowCommunicationLink
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffect
-
- com.supermap.mobjects.situationsimulation.CommunicationLink
-
- com.supermap.mobjects.situationsimulation.ArrowCommunicationLink
-
- 所有已实现的接口:
- IDisposable
public class ArrowCommunicationLink extends CommunicationLink
箭头链路类
-
-
构造器概要
构造器 构造器和说明 ArrowCommunicationLink()
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象String
getArrowTexturePath()
获取箭头材质路径。double
getMinLineWidth()
获取链路显示时的最小宽度(单位: 米)。float
getSpeedV()
获取在V方向的速度。double
getVTilingWidth()
获取材质循环一次的宽度(单位: 米)。void
setArrowTexturePath(String path)
设置箭头材质路径。void
setMinLineWidth(double width)
设置链路显示时的最小宽度(单位: 米)。void
setSpeedV(float speedV)
设置在V方向的速度。void
setVTilingWidth(double width)
设置材质循环一次的宽度(单位: 米)。-
从类继承的方法 com.supermap.mobjects.situationsimulation.CommunicationLink
getEndPoint, getEndUuid, getLinkType, getMaxVisibleDistance, getStartPoint, getStartUuid, setEndPoint, setEndUuid, setMaxVisibleDistance, setStartPoint, setStartUuid
-
从类继承的方法 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
在类中CommunicationLink
-
setArrowTexturePath
public void setArrowTexturePath(String path)
设置箭头材质路径。- 参数:
path
- 箭头材质路径。
-
getArrowTexturePath
public String getArrowTexturePath()
获取箭头材质路径。- 返回:
- 箭头材质路径。
-
setSpeedV
public void setSpeedV(float speedV)
设置在V方向的速度。- 参数:
speedV
- 方向的速度。
-
getSpeedV
public float getSpeedV()
获取在V方向的速度。- 返回:
- V方向的速度。
-
setMinLineWidth
public void setMinLineWidth(double width)
设置链路显示时的最小宽度(单位: 米)。- 参数:
width
- 显示时的最小宽度。
-
getMinLineWidth
public double getMinLineWidth()
获取链路显示时的最小宽度(单位: 米)。- 返回:
- 显示时的最小宽度。
-
setVTilingWidth
public void setVTilingWidth(double width)
设置材质循环一次的宽度(单位: 米)。- 参数:
width
- 材质循环一次的宽度。
-
getVTilingWidth
public double getVTilingWidth()
获取材质循环一次的宽度(单位: 米)。- 返回:
- 材质循环一次的宽度。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.