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)
设置材质循环一次的宽度(单位: 米)。
|
getEndPoint, getEndUuid, getLinkType, getMaxVisibleDistance, getStartPoint, getStartUuid, setEndPoint, setEndUuid, setMaxVisibleDistance, setStartPoint, setStartUuid
clone, fromXml, generateUuid, getOffset, getType, getUuid, isChangeSizeFlowModel, isVisible, setChangeSizeFlowModel, setOffset, setUuid, setVisible, toXml
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 CommunicationLink
public void setArrowTexturePath(String path)
path
- 箭头材质路径。public String getArrowTexturePath()
public void setSpeedV(float speedV)
speedV
- 方向的速度。public float getSpeedV()
public void setMinLineWidth(double width)
width
- 显示时的最小宽度。public double getMinLineWidth()
public void setVTilingWidth(double width)
width
- 材质循环一次的宽度。public double getVTilingWidth()
Copyright © 2021–2024 SuperMap. All rights reserved.