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

        public SignStyle()
        构造函数
    • 方法详细资料

      • 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.