GeoWallElement

立体墙元素符号类

new Cesium.GeoWallElement(options)

Name Type Description
options Object optional 参数选项:
Name Type Description
viewer Viewer optional 关联视图对象
closed Boolean optional 是否闭合
Author:
  • zj
Example:
let geoWallElement = new Cesium.GeoWallElement({
		viewer:viewer,
		show: true,
		positions: [
			[108.9592500, 34.2199366], 
			[108.9592602, 34.2196206], 
			[108.9596200, 34.2196171], 
			[108.9596160, 34.2199368], 
			[108.9592500, 34.2199366],
		],
		maximumHeight: 490,
		minimumHeight: 0,
		color: Cesium.Color.fromCssColorString('rgba(34,46,225,0.4)'),
		brightness: 3.0,
		gradient: true
	});

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:

property : Object

其他属性
Inherited From:

schemaCode : String

图示编号
Inherited From:

shape : Object

几何
Inherited From:

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: