次の方法で共有


DbSpatialServices.GetConvexHull(DbGeometry) メソッド

定義

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

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

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

指定された DbGeography 値の凸包。

適用対象