@JsType(isNative=true, namespace="<global>", name="Object") public class PointGraphicsOptions extends Object
Modifier and Type | Field and Description |
---|---|
Property |
color
A Property specifying the Color of the point.
|
Property |
disableDepthTestDistance
A Property specifying the distance from the camera at which to disable the depth test to.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this point will be displayed.
|
Property |
heightReference
A Property specifying what the height is relative to.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the the outline width in pixels.
|
Property |
pixelSize
A numeric Property specifying the size in pixels.
|
Property |
scaleByDistance
A NearFarScalar Property used to scale the point based on distance.
|
Property |
show
A boolean Property specifying the visibility of the point.
|
Property |
translucencyByDistance
A NearFarScalar Property used to set translucency based on distance from the camera.
|
Constructor and Description |
---|
PointGraphicsOptions()
Options for
PointGraphics |
@JsProperty public Property color
Color.WHITE()
@JsProperty public Property pixelSize
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsProperty public Property show
@JsProperty public Property scaleByDistance
@JsProperty public Property translucencyByDistance
@JsProperty public Property heightReference
HeightReference.NONE()
@JsProperty public Property distanceDisplayCondition
@JsProperty public Property disableDepthTestDistance
@JsConstructor public PointGraphicsOptions()
PointGraphics
Copyright © 2019. All rights reserved.