@JsType(isNative=true, namespace="Cesium", name="EllipsoidGraphics") public class EllipsoidGraphics extends Object
Modifier and Type | Field and Description |
---|---|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this ellipsoid will be displayed.
|
Property |
fill
A boolean Property specifying whether the ellipsoid is filled with the provided material.
|
Number |
heightReference
Gets or sets the Property specifying the HeightReference.
|
MaterialProperty |
material
A Property specifying the material used to fill the ellipsoid.
|
Property |
outline
A boolean Property specifying whether the ellipsoid is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
radii
A Cartesian3 Property specifying the radii of the ellipsoid.
|
Property |
shadows
An enum Property specifying whether the ellipsoid casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the ellipsoid.
|
Property |
slicePartitions
A Property specifying the number of radial slices.
|
Property |
stackPartitions
A Property specifying the number of stacks.
|
Property |
subdivisions
A Property specifying the number of samples per outline ring, determining the granularity of the curvature.
|
Constructor and Description |
---|
EllipsoidGraphics()
Describe an ellipsoid or sphere.
|
EllipsoidGraphics(EllipsoidGraphicsOptions options)
Describe an ellipsoid or sphere.
|
Modifier and Type | Method and Description |
---|---|
EllipsoidGraphics |
clone(EllipsoidGraphics result)
Duplicates this instance.
|
Event |
definitionChanged()
Gets the event that is raised whenever a property or sub-property is changed or modified.
|
void |
merge(EllipsoidGraphics source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
@JsProperty public Property radii
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public Number heightReference
HeightReference.NONE()
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public Property outline
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsProperty public Property subdivisions
@JsProperty public Property stackPartitions
@JsProperty public Property slicePartitions
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsConstructor public EllipsoidGraphics()
Entity
.@JsConstructor public EllipsoidGraphics(EllipsoidGraphicsOptions options)
Entity
.options
- Options@JsProperty(name="definitionChanged") public Event definitionChanged()
public EllipsoidGraphics clone(@JsOptional EllipsoidGraphics result)
result
- The object onto which to store the result.public void merge(EllipsoidGraphics source)
source
- The object to be merged into this object.Copyright © 2019. All rights reserved.