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
layerConfigs?
optionallayerConfigs: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
opacity?
optionalopacity:number
Defined in: model/base.ts:122
Data object opacity, in the range [0, 1]
Default Value
renderedDataObjectDefaults.opacity
Inherited from
pointColor?
optionalpointColor:ColorConfig
Defined in: model/points.ts:65
Point color
Default Value
pointMarker?
optionalpointMarker:MarkerConfig
Defined in: model/points.ts:51
Point marker
Default Value
pointOpacity?
optionalpointOpacity:OpacityConfig
Defined in: model/points.ts:79
Point opacity
Default Value
pointSize?
optionalpointSize:SizeConfig
Defined in: model/points.ts:58
Point size
Default Value
pointSizeFactor?
optionalpointSizeFactor: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?
optionalpointVisibility:VisibilityConfig
Defined in: model/points.ts:72
Point visibility
Default Value
pointsDefaults.pointVisibility
visibility?
optionalvisibility:boolean
Defined in: model/base.ts:115
Data object visibility
Default Value
renderedDataObjectDefaults.visibility