GeometryPoint.From
Generates a data entry that represents a geometric point, using its fundamental components like X coordinate, Y coordinate, and optionally Z coordinate and measure (M). Users have the option to provid...
GeometryPoint.From(x as number, y as number, optional z as nullable number, optional m as nullable number, optional srid as nullable number) as record