@JsType(isNative=true, namespace="<global>", name="Object") public class EllipseGraphicsOptions extends Object
Modifier and Type | Field and Description |
---|---|
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
A Property specifying what the extrudedHeight is relative to.
|
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
A Property specifying what the height is relative to.
|
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 |
---|
EllipseGraphicsOptions()
Options for
EllipseGraphics |
@JsProperty public Property semiMajorAxis
@JsProperty public Property semiMinorAxis
@JsProperty public Property height
@JsProperty public Property heightReference
@JsProperty public Property extrudedHeight
@JsProperty public Property extrudedHeightReference
@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 EllipseGraphicsOptions()
EllipseGraphics
Copyright © 2019. All rights reserved.