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()
构造一个新的SymbolLineDecoration对象
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放SymbolLineDecoration占用的资源int
getHeight()
获取高度int
getMarkerID()
获取点符号idint
getRotation()
获取旋转角度DecorationType
getType()
获取拓展修饰符类型int
getWidth()
获取宽度void
setHeight(int value)
设置高度void
setMarkerID(int value)
设置点符号idvoid
setRotation(int value)
设置旋转角度void
setType(DecorationType value)
设置拓展修饰符类型void
setWidth(int value)
设置宽度
-
-
-
方法详细资料
-
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
- 当前对象已被释放
-
getType
public DecorationType getType()
获取拓展修饰符类型- 返回:
- 拓展修饰符类型
- 抛出:
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.