semiMajorAxis |
Property
|
|
optional
The numeric Property specifying the semi-major axis. |
semiMinorAxis |
Property
|
|
optional
The numeric Property specifying the semi-minor axis. |
height |
Property
|
0
|
optional
A numeric Property specifying the altitude of the ellipse relative to the ellipsoid surface. |
extrudedHeight |
Property
|
|
optional
A numeric Property specifying the altitude of the ellipse's extruded face relative to the ellipsoid surface. |
show |
Property
|
true
|
optional
A boolean Property specifying the visibility of the ellipse. |
fill |
Property
|
true
|
optional
A boolean Property specifying whether the ellipse is filled with the provided material. |
material |
MaterialProperty
|
Color.WHITE
|
optional
A Property specifying the material used to fill the ellipse. |
outline |
Property
|
false
|
optional
A boolean Property specifying whether the ellipse is outlined. |
outlineColor |
Property
|
Color.BLACK
|
optional
A Property specifying the Color of the outline. |
outlineWidth |
Property
|
1.0
|
optional
A numeric Property specifying the width of the outline. |
numberOfVerticalLines |
Property
|
16
|
optional
A numeric Property specifying the number of vertical lines to draw along the perimeter for the outline. |
rotation |
Property
|
0.0
|
optional
A numeric property specifying the rotation of the ellipse counter-clockwise from north. |
stRotation |
Property
|
0.0
|
optional
A numeric property specifying the rotation of the ellipse texture counter-clockwise from north. |
granularity |
Property
|
Cesium.Math.RADIANS_PER_DEGREE
|
optional
A numeric Property specifying the angular distance between points on the ellipse. |
shadows |
Property
|
ShadowMode.DISABLED
|
optional
An enum Property specifying whether the ellipse casts or receives shadows from each light source. |
distanceDisplayCondition |
Property
|
|
optional
A Property specifying at what distance from the camera that this ellipse will be displayed. |