Bounding Box Functions


func.ST_ZMin

Returns the Z minima of a 2D or 3D bounding box or a geometry

func.ST_ZMax

Returns the Z maxima of a 2D or 3D bounding box or a geometry

func.ST_YMin

Returns the Y minima of a 2D or 3D bounding box or a geometry

func.ST_YMax

Returns the Y maxima of a 2D or 3D bounding box or a geometry

func.ST_XMin

Returns the X minima of a 2D or 3D bounding box or a geometry

func.ST_XMax

Returns the X maxima of a 2D or 3D bounding box or a geometry

func.ST_3DMakeBox

Creates a BOX3D defined by the given two 3D point geometries

func.ST_MakeBox2D

Creates a BOX2D defined by the given two point geometries

func.ST_3DExtent

ST_3DExtent returns a box3d (includes Z coordinate) bounding box that encloses a set of geometries

func.ST_Extent

ST_Extent returns a bounding box that encloses a set of geometries

func.ST_Expand

This function returns a bounding box expanded from the bounding box of the input

func.ST_EstimatedExtent

Return the 'estimated' extent of the given spatial table

func.Box3D

Returns a BOX3D representing the 3D extent of the geometry

func.Box2D

Returns a BOX2D representing the 2D extent of the geometry

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