Table of Contents

Constructor SpatialConvexHull

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

SpatialConvexHull(Column)

Initializes a new instance of ST_ConvexHull with a spatial column.

public SpatialConvexHull(Column column)

Parameters

column Column

The spatial column to compute the convex hull for.

SpatialConvexHull(Geometry)

Initializes a new instance of ST_ConvexHull with a geometry literal.

public SpatialConvexHull(Geometry geometry)

Parameters

geometry Geometry

The geometry to compute the convex hull for.

SpatialConvexHull(Geography)

Initializes a new instance of ST_ConvexHull with a geography literal.

public SpatialConvexHull(Geography geography)

Parameters

geography Geography

The geography to compute the convex hull for.

SpatialConvexHull(Function)

Initializes a new instance of ST_ConvexHull for a function result.

public SpatialConvexHull(Function function)

Parameters

function Function

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