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 December 20, 2022 at 10:05 AM EST: remove sitemap priority (56709da)