GeoEllipsoidElement

球体元素符号类

new Cesium.GeoEllipsoidElement(options)

Name Type Description
options Object optional 参数选项:
Name Type Description
viewer Viewer optional 关联视图对象
Author:
  • zj
Example:
let cylinderElement = new Cesium.GeoEllipsoidElement({
 	viewer,
 	position: [-100.0, 40.0],
     height: 200000.0,
 	length: 400000.0,
 	topRadius: 200000.0,
 	bottomRadius: 200000.0,
 	material: Cesium.Color.GREEN.withAlpha(0.5),
 	outline: true,
 	outlineColor: Cesium.Color.DARK_GREEN,
 });

Extends

Members

classType : String

分类标识
Inherited From:

code : String

符号编号
Inherited From:

color : Color

颜色
Inherited From:

controlGeometry : Object

控制点
Inherited From:

readonlydefinitionChanged : Event

属性改变事件
Inherited From:

deleted : Boolean

是否已删除
Inherited From:

description : String

符号说明
Inherited From:

geoElementType : GeoElementType

元素符号类型
Inherited From:

geometry : Object

外包盒
Inherited From:

name : String

符号名称
Inherited From:
Default Value: GEOSYMBOL

objectKey : String

对象标识
Inherited From:

OID : String

OID
Inherited From:

order : Number

元素排序
Inherited From:

parentID : Number

父元素ID
Inherited From:

position : PositionProperty|Cartesian3

点位位置

property : Object

其他属性
Inherited From:

schemaCode : String

图示编号
Inherited From:

shape : Object

几何
Inherited From:

show : Boolean

是否显示

style : Object

样式
Inherited From:

transparent : Number

透明度
Inherited From:

type : String

符号类型
Inherited From:

updateTime : Date

更新时间
Inherited From:

version : String

版本信息
Inherited From:

visible : String

是否可见
Inherited From:

Methods

destroy()

销毁元素符号

remove()

在场景中移除元素符号

rotation()

旋转
Inherited From:

scale()

缩放
Inherited From:

toGeoGlobeFeature()

序列化为GeoGlobe.Feature类实例

toGeoJSON()

序列化为JSON数据
Inherited From:

translate()

平移
Inherited From: