PositionPropertyArray

external class PositionPropertyArray(value: ReadonlyArray<Property>? = definedExternally, var referenceFrame: ReferenceFrame = definedExternally)(source)

A Property whose value is an array whose items are the computed value of other PositionProperty instances.

Parameters

value

An array of Property instances.

See also

Constructors

Link copied to clipboard
constructor(value: ReadonlyArray<Property>? = definedExternally, referenceFrame: ReferenceFrame = definedExternally)

Properties

Link copied to clipboard

Gets the event that is raised whenever the definition of this property changes. The definition is changed whenever setValue is called with data different than the current value or one of the properties in the array also changes.

Link copied to clipboard

Gets a value indicating if this property is constant. This property is considered constant if all property items in the array are constant.

Link copied to clipboard

The reference frame in which the position is defined. Default value - ReferenceFrame.FIXED

Functions

Link copied to clipboard
fun getValue(time: JulianDate? = definedExternally, result: ReadonlyArray<Cartesian3>? = definedExternally): ReadonlyArray<Cartesian3>

Gets the value of the property.

Link copied to clipboard
fun getValueInReferenceFrame(time: JulianDate, referenceFrame: ReferenceFrame, result: ReadonlyArray<Cartesian3>? = definedExternally): ReadonlyArray<Cartesian3>

Gets the value of the property at the provided time and in the provided reference frame.

Link copied to clipboard

Sets the value of the property.