贴图圆圈特效实体
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
var geoImageCircle = new Cesium.GeoImageCircle({
viewer: viewer,
url: "circular.png",
center: new Cesium.Cartesian3(-120.0, 40.0),
color: Cesium.Color.WHITE,
radius: 30000
});
Demo:
Methods
从视图中移除相关实体对象
获取贴图圆圈颜色设置
Returns:
color 颜色
获取贴图圆圈半径设置
Returns:
radius 半径
设置贴图圆圈中心点
Name | Type | Description |
---|---|---|
center |
Cartesian3 | 中心点 |
设置贴图圆圈颜色
Name | Type | Description |
---|---|---|
color |
Color | 颜色 |
设置贴图圆圈半径
Name | Type | Description |
---|---|---|
radius |
Number | 半径 |
设置贴图圆圈是否显示
Name | Type | Description |
---|---|---|
isShow |
Boolean | 是否显示 |