com.supermap.data

类 SymbolLineDecoration

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.data.SymbolLineDecoration
  • 所有已实现的接口:
    IDisposable


    public class SymbolLineDecoration
    extends com.supermap.data.InternalHandleDisposable
    • 构造器详细资料

      • SymbolLineDecoration

        public SymbolLineDecoration()
        构造一个新的SymbolLineDecoration对象
    • 方法详细资料

      • dispose

        public void dispose()
        释放SymbolLineDecoration占用的资源
      • getHeight

        public int getHeight()
        获取高度
        返回:
        高度
        抛出:
        IllegalStateException - 当前对象已被释放
      • setHeight

        public void setHeight(int value)
        设置高度
        参数:
        value - 高度
        抛出:
        IllegalStateException - 当前对象已被释放
      • getMarkerID

        public int getMarkerID()
        获取点符号id
        返回:
        点符号id
        抛出:
        IllegalStateException - 当前对象已被释放
      • setMarkerID

        public void setMarkerID(int value)
        设置点符号id
        参数:
        value - 点符号id
        抛出:
        IllegalStateException - 当前对象已被释放
      • getRotation

        public int getRotation()
        获取旋转角度
        返回:
        旋转角度
        抛出:
        IllegalStateException - 当前对象已被释放
      • setRotation

        public void setRotation(int value)
        设置旋转角度
        参数:
        value - 旋转角度
        抛出:
        IllegalStateException - 当前对象已被释放
      • setType

        public void setType(DecorationType value)
        设置拓展修饰符类型
        参数:
        value - 拓展修饰符类型
        抛出:
        IllegalStateException - 当前对象已被释放
      • getWidth

        public int getWidth()
        获取宽度
        返回:
        宽度
        抛出:
        IllegalStateException - 当前对象已被释放
      • setWidth

        public void setWidth(int value)
        设置宽度
        参数:
        value - 宽度
        抛出:
        IllegalStateException - 当前对象已被释放

Copyright © 2021–2024 SuperMap. All rights reserved.