com.supermap.mobjects.situationsimulation
类 FlowLineCommunicationLink
- 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.FlowLineCommunicationLink
-
- 所有已实现的接口:
- IDisposable
public class FlowLineCommunicationLink extends CommunicationLink
流动线链路类
-
-
构造器概要
构造器 构造器和说明 FlowLineCommunicationLink()构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象doublegetDashLength()获取间断线长度(单位:米)。intgetDashPattern()获取间断线模板(使用二进制0和1代表间断线样式)。ColorgetGapColor()获取线线色。ColorgetLineColor()获取线色。doublegetLineWidth()获取线宽。voidsetDashLength(double dDashLength)设置间断线长度(单位:米)。voidsetDashPattern(int shortDashPattern)设置间断线模板(使用二进制0和1代表间断线样式)。voidsetGapColor(Color colorValue3D)设置间断线线色。voidsetLineColor(Color colorValue3D)设置线色。voidsetLineWidth(double dLineWidth)设置线宽(单位:米)。-
从类继承的方法 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
-
setLineWidth
public void setLineWidth(double dLineWidth)
设置线宽(单位:米)。- 参数:
dLineWidth- 线宽。
-
getLineWidth
public double getLineWidth()
获取线宽。- 返回:
- 线宽。
-
setDashLength
public void setDashLength(double dDashLength)
设置间断线长度(单位:米)。- 参数:
dDashLength- 长度。
-
getDashLength
public double getDashLength()
获取间断线长度(单位:米)。- 返回:
- 长度。
-
setDashPattern
public void setDashPattern(int shortDashPattern)
设置间断线模板(使用二进制0和1代表间断线样式)。- 参数:
shortDashPattern- 间断线样式。
-
getDashPattern
public int getDashPattern()
获取间断线模板(使用二进制0和1代表间断线样式)。- 返回:
- 返回样式的十进制数组。
-
setLineColor
public void setLineColor(Color colorValue3D)
设置线色。- 参数:
colorValue3D- 线色。
-
getLineColor
public Color getLineColor()
获取线色。- 返回:
- 返回线色。
-
setGapColor
public void setGapColor(Color colorValue3D)
设置间断线线色。- 参数:
colorValue3D- 线色。
-
getGapColor
public Color getGapColor()
获取线线色。- 返回:
- 返回线色。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.