new DynamicEllipse
An optionally time-dynamic ellipse.
Members
-
propertyChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
rotation :Property
-
Gets or sets the numeric Property specifying the ellipse's rotation.
-
semiMajorAxis :Property
-
Gets or sets the numeric Property specifying the ellipse's semi-major-axis.
-
semiMinorAxis :Property
-
Gets or sets the numeric Property specifying the ellipse's semi-minor-axis.
Methods
-
clone
-
Duplicates a DynamicEllipse instance.
Parameters:
Name Type Argument Description result
DynamicEllipse <optional>
The object onto which to store the result. Returns:
DynamicEllipse The modified result parameter or a new instance if one was not provided. -
merge
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Parameters:
Name Type Description source
DynamicEllipse The object to be merged into this object. Throws:
DeveloperError : source is required. -
<static> prototype.getValue
-
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.