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
columnColumnThe 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
geometryGeometryThe 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
geographyGeographyThe 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
functionFunctionThe function that returns a geometry/geography to compute the convex hull for.