Table of Contents

Constructor SpatialEnvelope

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

SpatialEnvelope(Column)

Initializes a new instance of ST_Envelope with a spatial column.

public SpatialEnvelope(Column column)

Parameters

column Column

The spatial column to compute the envelope for.

SpatialEnvelope(Geometry)

Initializes a new instance of ST_Envelope with a geometry literal.

public SpatialEnvelope(Geometry geometry)

Parameters

geometry Geometry

The geometry to compute the envelope for.

SpatialEnvelope(Geography)

Initializes a new instance of ST_Envelope with a geography literal.

public SpatialEnvelope(Geography geography)

Parameters

geography Geography

The geography to compute the envelope for.

SpatialEnvelope(Function)

Initializes a new instance of ST_Envelope for a function result (e.g., from another spatial operation).

public SpatialEnvelope(Function function)

Parameters

function Function

The function that returns a geometry/geography to compute the envelope for.