com.supermap.mobjects.situationmonitor
类 SignStyle
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationmonitor.SignStyle
-
- 所有已实现的接口:
- IDisposable
public class SignStyle extends com.supermap.data.InternalHandleDisposable
标牌样式类
-
-
构造器概要
构造器 构造器和说明 SignStyle()
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象void
fromXML(String strXML)
从xml读取SignPro
getSignPro()
获取标牌boolean
isVisable()
获取显隐void
setGraphicObjectStyle(GeoGraphicObject geoGraphicObject)
设置标绘符号void
setSignPro(SignPro signPro)
设置标牌void
setVisable(boolean bShow)
设置显隐String
toXML()
保存到xml
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象
-
fromXML
public void fromXML(String strXML)
从xml读取- 参数:
strXML
- xml地址
-
toXML
public String toXML()
保存到xml- 返回:
- xml地址
-
setGraphicObjectStyle
public void setGraphicObjectStyle(GeoGraphicObject geoGraphicObject)
设置标绘符号- 参数:
geoGraphicObject
- 标绘符号
-
setVisable
public void setVisable(boolean bShow)
设置显隐- 参数:
bShow
- 是否显示
-
isVisable
public boolean isVisable()
获取显隐- 返回:
- 是否显示
-
setSignPro
public void setSignPro(SignPro signPro)
设置标牌- 参数:
signPro
- 标牌
-
getSignPro
public SignPro getSignPro()
获取标牌- 返回:
- 标牌
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.