SqlSpatialServices.GetConvexHull(DbGeometry) 方法

定义

返回一个指示给定 DbGeography 值的凸包可以为 null 的双精度值。

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

参数

geometryValue
DbGeometry

几何值。

返回

给定 DbGeography 值的凸包。

适用于