DynamicEllipse

DynamicEllipse

new

An optionally time-dynamic ellipse.

Source:

Members

:Property

Gets or sets the numeric Property specifying the ellipse's bearing.

:Property

Gets or sets the numeric Property specifying the ellipse's semi-major-axis.

:Property

Gets or sets the numeric Property specifying the ellipse's semi-minor-axis.

Methods

<static>

Given two DynamicObjects, takes the ellipse properties from the second and assigns them to the first, assuming such a property did not already exist.

Parameters:
Name Type Description
targetObject DynamicObject The DynamicObject which will have properties merged onto it.
objectToMerge DynamicObject The DynamicObject containing properties to be merged.

<static>

Gets an array of vertex positions for the ellipse at the provided time.

Parameters:
Name Type Description
time JulianDate The desired time.
ellipsoid Ellipsoid The ellipsoid on which the ellipse will be on.
position Cartesian3 The position of the ellipsoid.
Returns:
An array of vertex positions.

<static>

Given a DynamicObject, undefines the ellipse associated with it.

Parameters:
Name Type Description
dynamicObject DynamicObject The DynamicObject to remove the ellipse from.