Skip to main content
Version: 4.x

Class: PointCloudObjectCollection

@cognite/reveal.PointCloudObjectCollection

Base class for collections of point cloud objects intended for styling operations

Hierarchy

Constructors

constructor

new PointCloudObjectCollection()

Accessors

isLoading

Abstract get isLoading(): boolean

Returns

boolean

whether the collection is still loading data in the background i.e. not yet ready for use

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:23

Methods

getAnnotationIds

Abstract getAnnotationIds(): Iterable<number>

Returns

Iterable<number>

annotation IDs of the annotations for the objects represented by this PointCloudObjectCollection instance

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:18


off

off(event, listener): void

Parameters

NameType
event"changed"
listener() => void

Returns

void

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:30


on

on(event, listener): void

Parameters

NameType
event"changed"
listener() => void

Returns

void

Defined in

packages/pointcloud-styling/src/PointCloudObjectCollection.ts:25