Geometry Data Function

The $Geometry function generates geometry data in WKT format.
The only parameter defines how many items should be generated.

The default value is 1. The function generates POINT, LINESTRING or POLYGON in this case.
Otherwise, it will produce MULTIPOINT, MULTILINESTRING or NULTIPOLIGON.

Examples

  1. $Geometry()
  2. $Geometry(5)