Skip to content
Guides API

PointCloudAttribute

PointCloudAttribute = object

Defined in: src/ExpoArcgis.types.ts:1230

One attribute exposed by a loaded point cloud layer — mirrors PointCloudAttribute.

name: string

Defined in: src/ExpoArcgis.types.ts:1231


valuesPerElement: number

Defined in: src/ExpoArcgis.types.ts:1235

How many values each point carries for this attribute (3 for RGB).


valueType: string

Defined in: src/ExpoArcgis.types.ts:1233

Storage type of the attribute’s values (e.g. int32, float64).