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()
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象double
getDashLength()
获取间断线长度(单位:米)。int
getDashPattern()
获取间断线模板(使用二进制0和1代表间断线样式)。Color
getGapColor()
获取线线色。Color
getLineColor()
获取线色。double
getLineWidth()
获取线宽。void
setDashLength(double dDashLength)
设置间断线长度(单位:米)。void
setDashPattern(int shortDashPattern)
设置间断线模板(使用二进制0和1代表间断线样式)。void
setGapColor(Color colorValue3D)
设置间断线线色。void
setLineColor(Color colorValue3D)
设置线色。void
setLineWidth(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–2024 SuperMap. All rights reserved.