SqlSpatialServices.GetConvexHull(DbGeometry) Method

Definition

Returns a nullable double value that indicates the convex hull of the given DbGeography value.

public override System.Data.Entity.Spatial.DbGeometry GetConvexHull (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetConvexHull : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetConvexHull (geometryValue As DbGeometry) As DbGeometry

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

The convex hull of the given DbGeography value.

Applies to