@JsType(isNative=true,
namespace="Cesium",
name="PointGraphics")
public class PointGraphics
extends Object
| Modifier and Type | Field and Description |
|---|---|
Property |
color
A Property specifying the Color of the point.
|
Property |
disableDepthTestDistance
Gets or sets the distance from the camera at which to disable the depth test to, for example,
prevent clipping against terrain.
|
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 |
|---|
PointGraphics()
Describes a graphical point located at the position of the containing
Entity. |
PointGraphics(PointGraphicsOptions options)
Describes a graphical point located at the position of the containing
Entity. |
| Modifier and Type | Method and Description |
|---|---|
PointGraphics |
clone(PointGraphics result)
Duplicates this instance.
|
Event |
definitionChanged()
Gets the event that is raised whenever a property or sub-property is changed or modified.
|
void |
merge(PointGraphics source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
@JsProperty public Property color
Color.WHITE()@JsProperty public Property disableDepthTestDistance
@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
@JsConstructor public PointGraphics()
Entity.@JsConstructor public PointGraphics(PointGraphicsOptions options)
Entity.options - Options@JsProperty(name="definitionChanged") public Event definitionChanged()
public PointGraphics clone(@JsOptional PointGraphics result)
result - The object onto which to store the result.public void merge(PointGraphics source)
source - The object to be merged into this object.Copyright © 2019. All rights reserved.