com.supermap.mobjects.situationmonitor
类 TargetStyle
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationmonitor.TargetStyle
-
- 所有已实现的接口:
- IDisposable
public class TargetStyle extends com.supermap.data.InternalHandleDisposable监控目标样式类
-
-
构造器概要
构造器 构造器和说明 TargetStyle()构造函数TargetStyle(TargetStyle targetStyle)构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象booleanfromXML(String str)读取xmlDotPlotStylegetMGDotPlotStyle()获取点标号样式SignStylegetMGSignStyle()获取标牌样式TrackStylegetMGTrackStyle()获取轨迹样式voidsetMGDotPlotStyle(DotPlotStyle pStyle)设置点标号样式voidsetMGSignStyle(SignStyle pStyle)设置标牌样式voidsetMGTrackStyle(TrackStyle pStyle)设置轨迹样式StringtoXML()保存为xml
-
-
-
构造器详细资料
-
TargetStyle
public TargetStyle()
构造函数
-
TargetStyle
public TargetStyle(TargetStyle targetStyle)
构造函数
-
-
方法详细资料
-
dispose
public void dispose()
释放对象
-
fromXML
public boolean fromXML(String str)
读取xml- 参数:
str-- 返回:
- 是否读取成功
-
toXML
public String toXML()
保存为xml- 返回:
-
setMGDotPlotStyle
public void setMGDotPlotStyle(DotPlotStyle pStyle)
设置点标号样式- 参数:
pStyle- 点标号样式
-
getMGDotPlotStyle
public DotPlotStyle getMGDotPlotStyle()
获取点标号样式- 返回:
- 点标号样式
-
setMGTrackStyle
public void setMGTrackStyle(TrackStyle pStyle)
设置轨迹样式- 参数:
pStyle- 轨迹样式
-
getMGTrackStyle
public TrackStyle getMGTrackStyle()
获取轨迹样式- 返回:
- 轨迹样式
-
setMGSignStyle
public void setMGSignStyle(SignStyle pStyle)
设置标牌样式- 参数:
pStyle- 标牌样式
-
getMGSignStyle
public SignStyle getMGSignStyle()
获取标牌样式- 返回:
- 标牌样式
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.