public class GeoEntityEffectTrackline extends GeoEntityEffect
构造器和说明 |
---|
GeoEntityEffectTrackline()
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
ArrayList<Color> |
getGradients()
获取轨迹渐变色数组。
|
int |
getShowPntCount()
获取最大显示点数。
|
double |
getStreamerWidth()
获取飘带宽度(单位: 米)。
|
GeoStyle3D |
getTrackStyle()
获取轨迹样式。
|
TrackType |
getTrackType()
获取轨迹类型。
|
void |
setGradients(ArrayList<Color> list)
设置轨迹渐变色数组。
|
void |
setShowPntCount(int nCount)
设置最大显示点数,用于控制飘带的显示长度。
|
void |
setStreamerWidth(double dWidth)
设置飘带宽度(单位: 米),当TrackType = STREAMER 时才起效。
|
void |
setTrackStyle(GeoStyle3D style)
设置轨迹样式。
|
void |
setTrackType(TrackType type)
设置轨迹类型。
|
clone, fromXml, generateUuid, getOffset, getType, getUuid, isChangeSizeFlowModel, isVisible, setChangeSizeFlowModel, setOffset, setUuid, setVisible, toXml
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 GeoEntityEffect
public void setTrackType(TrackType type)
type
- 轨迹类型。public TrackType getTrackType()
public void setTrackStyle(GeoStyle3D style)
style
- 轨迹样式。public GeoStyle3D getTrackStyle()
public void setStreamerWidth(double dWidth)
dWidth
- 飘带宽度。public double getStreamerWidth()
public void setShowPntCount(int nCount)
nCount
- 最大显示点数。public int getShowPntCount()
Copyright © 2021–2024 SuperMap. All rights reserved.