PointGraphics

external class PointGraphics(source)

Describes a graphical point located at the position of the containing Entity.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Gets or sets the Property specifying the Color of the point.

Link copied to clipboard

Gets the event that is raised whenever a property or sub-property is changed or modified.

Link copied to clipboard

Gets or sets the distance from the camera at which to disable the depth test to, for example, prevent clipping against terrain. When set to zero, the depth test is always applied. When set to Number.POSITIVE_INFINITY, the depth test is never applied.

Link copied to clipboard

Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this point will be displayed.

Link copied to clipboard

Gets or sets the Property specifying the HeightReference.

Link copied to clipboard

Gets or sets the Property specifying the Color of the outline.

Link copied to clipboard

Gets or sets the numeric Property specifying the the outline width in pixels.

Link copied to clipboard

Gets or sets the numeric Property specifying the size in pixels.

Link copied to clipboard

Gets or sets the NearFarScalar Property used to scale the point based on distance. If undefined, a constant size is used.

Link copied to clipboard

Gets or sets the boolean Property specifying the visibility of the point.

Link copied to clipboard

Gets or sets the Property specifying the SplitDirection of this point.

Link copied to clipboard

Gets or sets NearFarScalar Property specifying the translucency of the point based on the distance from the camera. A point's translucency will interpolate between the NearFarScalar.nearValue and NearFarScalar.farValue while the camera distance falls within the lower and upper bounds of the specified NearFarScalar.near and NearFarScalar.far. Outside of these ranges the points's translucency remains clamped to the nearest bound.

Functions

Link copied to clipboard
fun clone(result: PointGraphics? = definedExternally): PointGraphics

Duplicates this instance.

Link copied to clipboard
fun merge(source: PointGraphics)

Assigns each unassigned property on this object to the value of the same property on the provided source object.