Class

BaseProperty

BaseProperty(options)

Constructor

# new BaseProperty(options)

构造函数

Parameters:
Name Type Attributes Description
options Object
color string <optional>

color - 任意类型的颜色

speed number <optional>

speed - 速度

Author:
  • xyj

Members

# readonly definitionChanged

获取属性定义更改时引发的事件

# readonly isConstant

是否常量

Methods

# equals(other) → {Boolean}

子类实现

Parameters:
Name Type Description
other Cesium.Property

另一个属性

  • 是否相等
Boolean

# getType(time) → {string}

子类实现,获取Material类型

Parameters:
Name Type Description
time Cesium.JulianDate

检索类型的时间

  • 材料的类型
string