@JsType(isNative=true, namespace="Cesium", name="EllipseGraphics") public class EllipseGraphics extends Object
Modifier and Type | Field and Description |
---|---|
Number |
classificationType
Gets or sets the ClassificationType Property specifying whether this polygon will classify terrain, 3D Tiles, or both when on the ground.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this ellipse will be displayed.
|
Property |
extrudedHeight
A numeric Property specifying the altitude of the ellipse's extruded face relative to the ellipsoid surface.
|
Property |
extrudedHeightReference
Gets or sets the Property specifying the extruded HeightReference.
|
Property |
fill
A boolean Property specifying whether the ellipse is filled with the provided material.
|
Property |
granularity
A numeric Property specifying the angular distance between points on the ellipse.
|
Property |
height
A numeric Property specifying the altitude of the ellipse relative to the ellipsoid surface.
|
Property |
heightReference
Gets or sets the Property specifying the HeightReference.
|
MaterialProperty |
material
A Property specifying the material used to fill the ellipse.
|
Property |
numberOfVerticalLines
A numeric Property specifying the number of vertical lines to draw along the perimeter for the outline.
|
Property |
outline
A boolean Property specifying whether the ellipse is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
rotation
A numeric property specifying the rotation of the ellipse counter-clockwise from north.
|
Property |
semiMajorAxis
The numeric Property specifying the semi-major axis.
|
Property |
semiMinorAxis
The numeric Property specifying the semi-minor axis.
|
Property |
shadows
An enum Property specifying whether the ellipse casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the ellipse.
|
Property |
stRotation
A numeric property specifying the rotation of the ellipse texture counter-clockwise from north.
|
ConstantProperty<Integer> |
zIndex
A property specifying the zIndex of the Ellipse.
|
Constructor and Description |
---|
EllipseGraphics() |
EllipseGraphics(EllipseGraphicsOptions options) |
Modifier and Type | Method and Description |
---|---|
EllipseGraphics |
clone(EllipseGraphics result)
Duplicates this instance.
|
void |
merge(EllipseGraphics source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
Event |
readonlydefinitionChanged()
Gets the event that is raised whenever a property or sub-property is changed or modified.
|
@JsProperty public Number classificationType
ClassificationType.TERRAIN()
.@JsProperty public Property semiMajorAxis
@JsProperty public Property semiMinorAxis
@JsProperty public Property height
@JsProperty public Property heightReference
HeightReference.NONE()
@JsProperty public Property extrudedHeight
@JsProperty public Property extrudedHeightReference
HeightReference.NONE()
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public Property outline
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsProperty public Property numberOfVerticalLines
@JsProperty public Property rotation
@JsProperty public Property stRotation
@JsProperty public Property granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsProperty public ConstantProperty<Integer> zIndex
@JsConstructor public EllipseGraphics()
@JsConstructor public EllipseGraphics(EllipseGraphicsOptions options)
@JsProperty(name="readonlydefinitionChanged") public Event readonlydefinitionChanged()
@JsMethod public EllipseGraphics clone(@JsOptional EllipseGraphics result)
result
- The object onto which to store the result.@JsMethod public void merge(EllipseGraphics source)
source
- The object to be merged into this object.Copyright © 2019. All rights reserved.