Interface: RawLayer
Defined in: model/layer.ts:18
A named collection of rendered data objects sharing the same (e.g. physical) coordinate system
Extends
Properties
id
id:
string
Defined in: model/layer.ts:22
Layer ID
name
name:
string
Defined in: model/layer.ts:27
Human-readable layer name
opacity?
optionalopacity?:number
Defined in: model/layer.ts:48
Layer opacity, in the range [0, 1]
Default Value
pointSizeFactor?
optionalpointSizeFactor?:number
Defined in: model/layer.ts:62
Layer-level point size scaling factor
A unitless scaling factor by which the size of every point rendered on this layer is multiplied, for adjusting point sizes per layer.
Point sizes are also affected by the project-global WebGLPointsRenderOptions.globalPointSizeFactor and by the RawPoints-specific size settings.
Default Value
transform?
optionaltransform?:SimilarityTransform
Defined in: model/layer.ts:34
Transformation from layer space to world space
Default Value
visibility?
optionalvisibility?:boolean
Defined in: model/layer.ts:41
Layer visibility