bytesToGeometry MethodStatic
Deserialize bytes from a flatbuffer.
bytesToGeometry(justTheBytes: Uint8Array, hasVersionSignature: boolean = false): GeometryQuery | GeometryQuery[] | undefined
| Parameter | Type | Description |
|---|---|---|
| justTheBytes | Uint8Array | FlatBuffer bytes as created by BGFBWriter.createFlatBuffer (g); |
| hasVersionSignature | boolean |
Returns - GeometryQuery | GeometryQuery[] | undefined
Defined in
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.