PointCloudSizeAlgorithm
PointCloudSizeAlgorithm = {
size:number;sizeUnits?:"dips"|"meters";type:"fixed-size"; } | {scaleFactor:number;type:"splat"; }
Defined in: src/ExpoArcgis.types.ts:1109
How point sizes are computed — mirrors the native PointCloudSizeAlgorithm hierarchy.
Union Members
Section titled “Union Members”Type Literal
Section titled “Type Literal”{ size: number; sizeUnits?: "dips" | "meters"; type: "fixed-size"; }
Every point drawn at a fixed size, in screen dips or ground meters.
Type Literal
Section titled “Type Literal”{ scaleFactor: number; type: "splat"; }
Points scale with distance so nearby points fill the gaps between them.