次の方法で共有


SqlSpatialServices.GetConvexHull(DbGeometry) メソッド

定義

指定した DbGeography 値の凸包を示す null 許容型の double 値を返します。

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 値の凸包。

適用対象