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