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
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?
optionalopacity?:number
Defined in: model/base.ts:111
Data object opacity, in the range [0, 1]
Default Value
renderedDataObjectDefaults.opacity
Inherited from
RawRenderedItemsDataObject.opacity
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: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?
optionalpointVisibility?:VisibilityConfig
Defined in: model/points.ts:68
Point visibility
Default Value
pointsDefaults.pointVisibility
transform?
optionaltransform?:SimilarityTransform
Defined in: model/base.ts:118
Transformation from data object space to layer space
Default Value
renderedDataObjectDefaults.transform
Inherited from
RawRenderedItemsDataObject.transform
visibility?
optionalvisibility?:boolean
Defined in: model/base.ts:104
Data object visibility
Default Value
renderedDataObjectDefaults.visibility