Skip to main content

Interface: RawPoints

Defined in: model/points.ts:42

A two-dimensional point cloud

Extends

Properties

dataSource

dataSource: RawPointsDataSource

Defined in: model/base.ts:58

Data source

Inherited from

RawRenderedDataObject.dataSource


id

id: string

Defined in: model/base.ts:52

Data object ID

Inherited from

RawRenderedDataObject.id


layerConfigs?

optional layerConfigs: RawPointsLayerConfig[]

Defined in: model/base.ts:127

Layer configurations

Inherited from

RawRenderedDataObject.layerConfigs


name

name: string

Defined in: model/base.ts:55

Human-readable data object name

Inherited from

RawRenderedDataObject.name


opacity?

optional opacity: number

Defined in: model/base.ts:122

Data object opacity, in the range [0, 1]

Default Value

renderedDataObjectDefaults.opacity

Inherited from

RawRenderedDataObject.opacity


pointColor?

optional pointColor: ColorConfig

Defined in: model/points.ts:65

Point color

Default Value

pointsDefaults.pointColor


pointMarker?

optional pointMarker: MarkerConfig

Defined in: model/points.ts:51

Point marker

Default Value

pointsDefaults.pointMarker


pointOpacity?

optional pointOpacity: OpacityConfig

Defined in: model/points.ts:79

Point opacity

Default Value

pointsDefaults.pointOpacity


pointSize?

optional pointSize: SizeConfig

Defined in: model/points.ts:58

Point size

Default Value

pointsDefaults.pointSize


pointSizeFactor?

optional pointSizeFactor: number

Defined in: model/points.ts:91

Object-level point size scaling factor

A unitless scaling factor by which all point sizes are multiplied.

Can be used to adjust the size of points without changing individual point sizes or the size unit. Note that point sizes are also affected by "./layer".RawLayer.pointSizeFactor and "./project".RawProject.drawOptions.

Default Value

pointsDefaults.pointSizeFactor


pointVisibility?

optional pointVisibility: VisibilityConfig

Defined in: model/points.ts:72

Point visibility

Default Value

pointsDefaults.pointVisibility


visibility?

optional visibility: boolean

Defined in: model/base.ts:115

Data object visibility

Default Value

renderedDataObjectDefaults.visibility

Inherited from

RawRenderedDataObject.visibility