ImageMaterialProperty

AMaterialProperty映射到图像Material结构。
new ImageMaterialProperty(options)
Parameters:
options (Object)
Name Description
options.image
Property
指定图像、URL、画布或视频的属性。
options.repeat
Property
default new Cartesian2(1.0, 1.0)
ACartesian2属性,指定图像在每个方向重复的次数。
options.color
Property
default Color.WHITE
应用于图像的颜色
options.transparent
Property
default false
当图像具有透明度时设置为true(例如,当PNG具有透明部分时)

Members

color : Property

获取或设置颜色属性,该属性指定应用于图像的所需颜色。
Default Value: 1.0

(readonly) definitionChanged : Event

获取每当此属性的定义更改时引发的事件。如果对getValue的调用同时返回不同的结果,则认为该定义已更改。

image : Property

获取或设置指定要使用的图像、URL、画布或视频的属性。

(readonly) isConstant : Boolean

获取一个值,该值指示此属性是否为常量。如果getValue总是为当前定义返回相同的结果,则将属性视为常量。

repeat : Property

获取或设置Cartesian2属性,该属性指定图像在每个方向上重复的次数。
Default Value: new Cartesian2(1, 1)

transparent : Property

获取或设置用于指定图像是否具有透明度的布尔属性
Default Value: 1.0

Methods

equals(other) → {Boolean}
将此属性与提供的属性进行比较,如果相等,则返回true,否则返回false
Parameters:
other (Property) 其他财产。
getType(time) → {String}
在提供的时间获取Material类型。
Parameters:
time (JulianDate) 检索类型的时间。
getValue(time, result) → {Object}
获取所提供时间的属性值。
Parameters:
time (JulianDate) 检索值的时间。
result (Object) 将值存储到的对象(如果省略),将创建并返回新实例。