import PointCloudGraphicOrigin from "@arcgis/core/graphic/PointCloudGraphicOrigin.js";const PointCloudGraphicOrigin = await $arcgis.import("@arcgis/core/graphic/PointCloudGraphicOrigin.js");- Inheritance:
- PointCloudGraphicOrigin→
GraphicOrigin
- 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().
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| layer | The PointCloudLayer from which a graphic originates. | |
Properties
| Property | Type | Class |
|---|---|---|
layer readonly | | |
type readonly | PointCloudLayer["type"] | |
type
readonly Property
- Type
- PointCloudLayer["type"]
Indicates the type of layer the graphic originated from.
- Default value
- "point-cloud"