DbSpatialServices.GetConvexHull(DbGeometry) Method

Definition

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

public abstract System.Data.Entity.Spatial.DbGeometry GetConvexHull (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetConvexHull : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GetConvexHull (geometryValue As DbGeometry) As DbGeometry

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

The convex hull of the given DbGeography value.

Exceptions

geometryValue is null.

geometryValue is not compatible with this spatial services implementation.

Applies to