–
CompositeProperty ,也是 –PositionProperty .
| Name | Type | Default | Description |
|---|---|---|---|
referenceFrame |
ReferenceFrame |
ReferenceFrame.FIXED
|
optional The reference frame in which the position is defined. |
Members
readonly definitionChanged : Event
当此属性定义发生变化时, 获取该属性被提起的事件 .
定义每次设定时都会更改, 数据不同
大于当前值.
intervals : TimeIntervalCollection
获取间隔收藏.
获得一个表示该属性是否常数的值。 财产被视为
常数,如果获得Value 总是返回当前定义的相同结果.
referenceFrame : ReferenceFrame
获取或设定此位置所呈现的参考框架 .
组成这个对象的每个位置 都有它自己的参考框架,
因此,这个属性仅仅暴露了客户的“首选”参考框架
to use.
Methods
将此属性与所提供的属性进行比较并返回
-NT+0+Treal NT+1+,如果两者是相等的, NT+2+false NT+3+否则.
| Name | Type | Description |
|---|---|---|
other |
Property | optional 其他财产. |
Returns:
如果左右对等, 则使用 NT 0 true NT 1 , 否则使用 NT 2 false NT 3 .
getValue(time, result) → Cartesian3|undefined
获得固定框架中提供时间的财产价值.
| Name | Type | Default | Description |
|---|---|---|---|
time |
JulianDate |
JulianDate.now()
|
optional The time for which to retrieve the value. If omitted, the current system time is used. |
result |
Cartesian3 | optional 如果省略,则创建并返回将数值存储为新实例的对象. |
Returns:
未提供结果参数的修改结果参数或新实例 .
getValueInReferenceFrame(time, referenceFrame, result) → Cartesian3|undefined
获取提供的时间和参考框架内的财产价值.
| Name | Type | Description |
|---|---|---|
time |
JulianDate | 获取值的时间 . |
referenceFrame |
ReferenceFrame | 理想的参考结果Frame. |
result |
Cartesian3 | optional 如果省略,则创建并返回将数值存储为新实例的对象. |
Returns:
未提供结果参数的修改结果参数或新实例 .