Table of Contents

Class SpatialEnvelope

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Represents the ST_Envelope spatial analysis function that returns the bounding rectangle of a geometry.

public class SpatialEnvelope : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
Inheritance
SpatialEnvelope
Implements

Remarks

The ST_Envelope function returns a geometry representing the minimum bounding rectangle (MBR) of the input spatial object. The envelope is always axis-aligned (parallel to coordinate system axes) and is returned as a polygon (or point/line for degenerate cases). This is the same as the bounding box. Useful for quick spatial indexing, extent calculations, or initial filtering in spatial queries. OGC-compliant.

Constructors

SpatialEnvelope(Column)

Initializes a new instance of ST_Envelope with a spatial column.