Skip to main content

Interface: RawPoints

Defined in: model/points.ts:39

A two-dimensional point cloud

Extends

Properties

dataSource

dataSource: RawPointsDataSource

Defined in: model/base.ts:52

Data source

Inherited from

RawRenderedItemsDataObject.dataSource


id

id: string

Defined in: model/base.ts:46

Data object ID

Inherited from

RawRenderedItemsDataObject.id


layer

layer: string | { column: string; }

Defined in: model/base.ts:234

Layer ID

Can be specified as:

  • An ID of an existing Layer
  • A table column holding the layer ID values for each item

Inherited from

RawRenderedItemsDataObject.layer


name

name: string

Defined in: model/base.ts:49

Human-readable data object name

Inherited from

RawRenderedItemsDataObject.name


opacity?

optional opacity?: number

Defined in: model/base.ts:111

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

Default Value

renderedDataObjectDefaults.opacity

Inherited from

RawRenderedItemsDataObject.opacity


pointColor?

optional pointColor?: ColorConfig

Defined in: model/points.ts:61

Point color

Default Value

pointsDefaults.pointColor


pointMarker?

optional pointMarker?: MarkerConfig

Defined in: model/points.ts:47

Point marker

Default Value

pointsDefaults.pointMarker


pointOpacity?

optional pointOpacity?: OpacityConfig

Defined in: model/points.ts:75

Point opacity

Default Value

pointsDefaults.pointOpacity


pointSize?

optional pointSize?: SizeConfig

Defined in: model/points.ts:54

Point size

Default Value

pointsDefaults.pointSize


pointSizeFactor?

optional pointSizeFactor?: number

Defined in: model/points.ts:89

Object-level point size scaling factor

A unitless scaling factor by which the size of every point of this object is multiplied, for adjusting point sizes without touching the individual point sizes or their unit.

Point sizes are also affected by RawLayer.pointSizeFactor and by the project-global WebGLPointsRenderOptions.globalPointSizeFactor.

Default Value

pointsDefaults.pointSizeFactor


pointVisibility?

optional pointVisibility?: VisibilityConfig

Defined in: model/points.ts:68

Point visibility

Default Value

pointsDefaults.pointVisibility


transform?

optional transform?: SimilarityTransform

Defined in: model/base.ts:118

Transformation from data object space to layer space

Default Value

renderedDataObjectDefaults.transform

Inherited from

RawRenderedItemsDataObject.transform


visibility?

optional visibility?: boolean

Defined in: model/base.ts:104

Data object visibility

Default Value

renderedDataObjectDefaults.visibility

Inherited from

RawRenderedItemsDataObject.visibility