Interface: RawPointsLayerConfig
Defined in: model/points.ts:179
A layer-specific display configuration for two-dimensional point clouds
Extends
Properties
flip?
optionalflip:boolean
Defined in: model/base.ts:251
Horizontal reflection, applied before transformation
Default Value
Inherited from
layer
layer:
string| {column:string;table:string; }
Defined in: model/base.ts:244
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
transform?
optionaltransform:SimilarityTransform
Defined in: model/base.ts:258
Transformation from data object space to layer space
Default Value
Inherited from
x
x:
string
Defined in: model/points.ts:185
Dimension containing point-wise X coordinates
See
"../storage".PointsData.getDimensions
y
y:
string
Defined in: model/points.ts:192
Dimension containing point-wise Y coordinates
See
"../storage".PointsData.getDimensions