Skip to content
import PointCloudGraphicOrigin from "@arcgis/core/graphic/PointCloudGraphicOrigin.js";
Inheritance:
PointCloudGraphicOriginGraphicOrigin
Since
ArcGIS Maps SDK for JavaScript 5.0

Provides information about the PointCloudLayer from which a graphic originates. The origin information may be available when a graphic is returned from methods such as hitTest() or PointCloudLayerView.queryFeatures().

See also

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
layer

The PointCloudLayer from which a graphic originates.

Properties

PropertyTypeClass
layer
readonly
type
readonly
PointCloudLayer["type"]

layer

readonly Property
Type
PointCloudLayer

A layer from which a graphic originates.

type

readonly Property
Type
PointCloudLayer["type"]

Indicates the type of layer the graphic originated from.

Default value
"point-cloud"