GeometryCollection
Work in progress.
Import
import { GeometryCollection } from "@tai-kun/surrealdb/decodeonly-datatypes";import { GeometryCollection } from "@tai-kun/surrealdb/encodable-datatypes";import { GeometryCollection } from "@tai-kun/surrealdb/standard-datatypes";
.constructor()
Creates a new GeometryCollection
object.
new GeometryCollection(source);
Arguments
source
Work in progress.
Return Value
When called with new
, GeometryCollection
returns its instance.