Geometry Constructors


func.ST_Collect

Collects geometries into a geometry collection

func.ST_LineFromMultiPoint

Creates a LineString from a MultiPoint geometry

func.ST_MakeEnvelope

Creates a rectangular Polygon from the minimum and maximum values for X and Y

func.ST_MakeLine

Creates a LineString containing the points of Point, MultiPoint, or LineString geometries

func.ST_MakePoint

Creates a 2D, 3D Z or 4D ZM Point geometry

func.ST_MakePointM

Creates a point with X, Y and M (measure) coordinates

func.ST_MakePolygon

Creates a Polygon formed by the given shell and optional array of holes

func.ST_Point

Returns a Point with the given X and Y coordinate values

func.ST_Polygon

Returns a polygon built from the given LineString and sets the spatial reference system from the SRID

Last modified March 11, 2024 at 3:25 PM EST: Creation of the expression expression library (3110a17)