Name | Type | Default | Description |
---|---|---|---|
position
|
Property | 可选 用于计算方向的position属性。 | |
ellipsoid
|
Ellipsoid |
Ellipsoid.WGS84
|
可选 用来确定向上的椭圆形。 |
Example:
//Create an entity with position and orientation.
var position = new Cesium.SampledProperty();
position.addSamples(...);
var entity = viewer.entities.add({
position : position,
orientation : new Cesium.VelocityOrientationProperty(position)
}));
Members
readonly definitionChanged : Event
获取每当此属性的定义更改时引发的事件。
获取或设置用于确定向上的椭圆形。
获取一个值,该值指示此属性是否恒定。
获取或设置用于计算方向的position属性。
Methods
将此属性与提供的属性进行比较并返回如果相等,则为
true
,否则为
false
。
Name | Type | Description |
---|---|---|
other
|
Property | 可选 另一个属性。 |
Returns:
真正
如果左右相等
假
除此以外。
getValue ( time , result ) → Quaternion
在提供的时间获取属性的值。
Name | Type | Description |
---|---|---|
time
|
JulianDate | 可选 检索值的时间。 |
result
|
Quaternion | 可选 将值存储到的对象(如果省略)将创建并返回一个新实例。 |
Returns:
修改后的结果参数;如果未提供结果参数,则为新实例。