Point Streaming API Usage Guide
number,
"boundingBox": {
"min": [number, number, number],
"max": [number, number, number]
},
"encoding": string,
"attributes": [
{
"name": string,
"description": string,
"size": number,
"numElements": number,
"elementSize": number,
"type": string,
"min": [number, …],
"max": [number, …],
"scale": [number, …],
"offset": [number, …]
}
]
} The table below contains a short description of the most important attributes of the response received: Attribute Description points The total number of points in this point-cloud hierarchy firstChunkSize The size (in bytes) of the first chunk (block) of the hierarchy file stepSize The maximum number of octree levels that can occupy a single chunk of the hierarchy file. depth The depth of the hierarchy octree. (The root is at level 0) offset An offset that must be applied to all points in the cloud to translate them to real dataset coordinates. spacing The minimum distance between two points in the root node. This distance halves in every subsequent tree level scale The scale multiplier that