public class SymbolLineDecoration
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
SymbolLineDecoration()
构造一个新的SymbolLineDecoration对象
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放SymbolLineDecoration占用的资源
|
int |
getHeight()
获取高度
|
int |
getMarkerID()
获取点符号id
|
int |
getRotation()
获取旋转角度
|
DecorationType |
getType()
获取拓展修饰符类型
|
int |
getWidth()
获取宽度
|
void |
setHeight(int value)
设置高度
|
void |
setMarkerID(int value)
设置点符号id
|
void |
setRotation(int value)
设置旋转角度
|
void |
setType(DecorationType value)
设置拓展修饰符类型
|
void |
setWidth(int value)
设置宽度
|
public void dispose()
public int getHeight()
IllegalStateException
- 当前对象已被释放public void setHeight(int value)
value
- 高度IllegalStateException
- 当前对象已被释放public int getMarkerID()
IllegalStateException
- 当前对象已被释放public void setMarkerID(int value)
value
- 点符号idIllegalStateException
- 当前对象已被释放public int getRotation()
IllegalStateException
- 当前对象已被释放public void setRotation(int value)
value
- 旋转角度IllegalStateException
- 当前对象已被释放public DecorationType getType()
IllegalStateException
- 当前对象已被释放public void setType(DecorationType value)
value
- 拓展修饰符类型IllegalStateException
- 当前对象已被释放public int getWidth()
IllegalStateException
- 当前对象已被释放public void setWidth(int value)
value
- 宽度IllegalStateException
- 当前对象已被释放Copyright © 2021–2024 SuperMap. All rights reserved.