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
columnColumnThe 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
geometryGeometryThe geometry to compute the envelope for.
SpatialEnvelope(Geography)
Initializes a new instance of ST_Envelope with a geography literal.
public SpatialEnvelope(Geography geography)
Parameters
geographyGeographyThe 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
functionFunctionThe function that returns a geometry/geography to compute the envelope for.