Interface: RawPoints
Defined in: model/points.ts:39
A two-dimensional point cloud
Extends
RawRenderedDataObject<RawPointsDataSource<string>>
Properties
dataSource
dataSource:
RawPointsDataSource
Defined in: model/base.ts:52
Data source
Inherited from
RawRenderedDataObject.dataSource
flip?
optionalflip?:boolean
Defined in: model/base.ts:124
Horizontal reflection, applied before transformation
Default Value
renderedDataObjectDefaults.flip
Inherited from
id
id:
string
Defined in: model/base.ts:46
Data object ID
Inherited from
layer
layer:
string| {column:string; }
Defined in: model/base.ts:103
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
name
name:
string
Defined in: model/base.ts:49
Human-readable data object name
Inherited from
opacity?
optionalopacity?:number
Defined in: model/base.ts:117
Data object opacity, in the range [0, 1]
Default Value
renderedDataObjectDefaults.opacity
Inherited from
pointColor?
optionalpointColor?:ColorConfig
Defined in: model/points.ts:61
Point color
Default Value
pointMarker?
optionalpointMarker?:MarkerConfig
Defined in: model/points.ts:47
Point marker
Default Value
pointOpacity?
optionalpointOpacity?:OpacityConfig
Defined in: model/points.ts:75
Point opacity
Default Value
pointSize?
optionalpointSize?:SizeConfig
Defined in: model/points.ts:54
Point size
Default Value
pointSizeFactor?
optionalpointSizeFactor?:number
Defined in: model/points.ts:87
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.renderOptions.
Default Value
pointsDefaults.pointSizeFactor
pointVisibility?
optionalpointVisibility?:VisibilityConfig
Defined in: model/points.ts:68
Point visibility
Default Value
pointsDefaults.pointVisibility
transform?
optionaltransform?:SimilarityTransform
Defined in: model/base.ts:131
Transformation from data object space to layer space
Default Value
renderedDataObjectDefaults.transform
Inherited from
RawRenderedDataObject.transform
visibility?
optionalvisibility?:boolean
Defined in: model/base.ts:110
Data object visibility
Default Value
renderedDataObjectDefaults.visibility