Constructor SpatialConcaveHull
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialConcaveHull(Column, float)
Initializes a new instance of ST_ConcaveHull with a geometry column and concavity parameter.
public SpatialConcaveHull(Column column, float percentConvex)
Parameters
columnColumnThe geometry column to compute the concave hull for.
percentConvexfloatThe target percent of convexity (0.0 = most concave, 1.0 = convex hull).
SpatialConcaveHull(Geometry, float)
Initializes a new instance of ST_ConcaveHull with a geometry literal and concavity parameter.
public SpatialConcaveHull(Geometry geometry, float percentConvex)
Parameters
geometryGeometryThe geometry to compute the concave hull for.
percentConvexfloatThe target percent of convexity (0.0 = most concave, 1.0 = convex hull).
SpatialConcaveHull(Geography, float)
Initializes a new instance of ST_ConcaveHull with a geography literal and concavity parameter.
public SpatialConcaveHull(Geography geography, float percentConvex)
Parameters
geographyGeographyThe geography to compute the concave hull for.
percentConvexfloatThe target percent of convexity (0.0 = most concave, 1.0 = convex hull).
SpatialConcaveHull(Function, float)
Initializes a new instance of ST_ConcaveHull for a function result.
public SpatialConcaveHull(Function function, float percentConvex)