Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
let ellipseEl = new Cesium.GeoEllipseElement({
viewer:viewer,
coordinates:[-110.0,20.0,-80.0,25.0],
fill:false,
outline:true,
outlineColor: Cesium.Color.RED,
outlineWidth:5
});
Extends
Members
分类标识
- Inherited From:
符号编号
- Inherited From:
颜色
- Inherited From:
控制点
- Inherited From:
coordinates : PositionProperty|Cartesian3
点位位置
属性改变事件
- Inherited From:
是否已删除
- Inherited From:
符号说明
- Inherited From:
geoElementType : GeoElementType
元素符号类型
- Inherited From:
外包盒
- Inherited From:
符号名称
- Inherited From:
- Default Value:
GEOSYMBOL
对象标识
- Inherited From:
OID
- Inherited From:
元素排序
- Inherited From:
父元素ID
- Inherited From:
其他属性
- Inherited From:
图示编号
- Inherited From:
几何
- Inherited From:
样式
- Inherited From:
透明度
- Inherited From:
符号类型
- Inherited From:
更新时间
- Inherited From:
版本信息
- Inherited From:
是否可见
- Inherited From:
Methods
获取GeoEllipseElement的对象实例,通过feature结构数据。
静态函数
Name | Type | Description |
---|---|---|
viewer |
Viewer | 地球视图 |
feature |
Object | 要素 |
Returns:
GeoEllipseElement
Example:
//feature结构示例
var feature = {
"type": "Feature",
"properties": {
"OID": "", //编号
"elementType": "BILLBOARD", //类型
"style": {
"image": "",
"scale": 1.0,
"pixelOffset": [0, 0],
"horizontalOrigin": 0,
"verticalOrigin": 0,
"color": "",
"width": 36,
"height": 36
}, //样式
"boundingSphere": "", //外包盒,球或盒子
"controlGeometry": null, //控制点,一般为多点集合,点标号类型时为空值
"name": "", //元素名称
"visible": true, //可见性
"color": "", //颜色
"transparent": 1, //透明度
"property": {}, //其他属性
"objectKey": "", //对象标识
"parentID": "", //父元素ID
"deleted": false, //是否已删除
"order": 0, //元素排序
"updateTime": Date //更新时间
},
"geometry": { "type": "Point", "coordinates": [ x, y, z ] } //几何
}
获取GeoEllipseElement的对象实例,通过feature结构数据。
静态函数
Name | Type | Description |
---|---|---|
viewer |
Viewer | 地球视图 |
feature |
Object | 要素 |
Returns:
GeoEllipseElement
Example:
//feature结构示例
var feature = {
"type": "Feature",
"properties": {
"OID": "", //编号
"elementType": "BILLBOARD", //类型
"style": {
"image": "",
"scale": 1.0,
"pixelOffset": [0, 0],
"horizontalOrigin": 0,
"verticalOrigin": 0,
"color": "",
"width": 36,
"height": 36
}, //样式
"boundingSphere": "", //外包盒,球或盒子
"controlGeometry": null, //控制点,一般为多点集合,点标号类型时为空值
"name": "", //元素名称
"visible": true, //可见性
"color": "", //颜色
"transparent": 1, //透明度
"property": {}, //其他属性
"objectKey": "", //对象标识
"parentID": "", //父元素ID
"deleted": false, //是否已删除
"order": 0, //元素排序
"updateTime": Date //更新时间
},
"geometry": { "type": "Point", "coordinates": [ x, y, z ] } //几何
}
销毁元素符号
在场景中移除元素符号
旋转
- Inherited From:
缩放
- Inherited From:
序列化为GeoGlobe.Feature类实例
序列化为JSON数据
平移
- Inherited From: